1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 2 years ago. based on code collected about 2 years ago.
Jun 07, 2023 — Jun 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added deprecation note. More... over 8 years ago
Fixed query splitting to support multiline dollar-quoted strings. More... over 10 years ago
Made setPermalink() logging more useful. More... almost 11 years ago
Tweaks to layer dropdown padding. More... almost 11 years ago
Destroy popups before the corresponding element is destroyed. More... almost 11 years ago
Updated to Angular.js version 1.4.3. More... about 11 years ago
Don't require a global install of gulp. More... about 11 years ago
Force remove node_modules and static/vendor in case either has already been removed. More... about 11 years ago
Remove 'install' script from semantic so it doesn't force unintuitive interaction on the user when building. More... about 11 years ago
Split semantic build step into multiple lines in Makefile. More... about 11 years ago
Fixed type dropdowns on newly-added params: removed redundant `.dropdown()` call. More... about 11 years ago
Added "Open new web-pgq tab" button to the main menu. More... about 11 years ago
Added style overrides for the Ace editor search box, since by default text in the input box is invisible, and it has no icon for the "find all" button. More... about 11 years ago
Fixed `setQueryParamType()` so it sets the type to the string `"null"` instead of `null`. More... about 11 years ago
Added icon to open/close all accordions in the "Selected features" sidebar at once. More... about 11 years ago
Comment out slow queries that run on connect. More... about 11 years ago
Added support for `onOpen` and `onClose` handlers, and added the `accordionOpen` attribute. More... about 11 years ago
Updated lodash. More... about 11 years ago
Minor README correction. More... about 11 years ago
Added .bowerrc so bower installs dependencies into static/vendor/. More... about 11 years ago
Store notice messages on the batch instead of individual query if none is currently set, and always return a promise from runSQL(). More... over 11 years ago
Added styles for geometry types other than Polygon, and added vaguely useful feature sorting. More... over 11 years ago
Fixed notice message display. More... over 11 years ago
Replaced lodash templates with more human-readable templates for query plan line labels. More... over 11 years ago
Set so ace stops emitting warnings. More... over 11 years ago
Fail queries on , and property format notice messages. More... over 11 years ago
Added forceReposition directive, to force various elements to reposition themselves when resizing the splitter. More... over 11 years ago
Correctly update connection status when we get disconnected, and reconnect if needed. More... over 11 years ago
Added handling for `error` and `disconnected` events from the server. More... over 11 years ago
If we're not connected to the `web-pgq` server yet, just succeed on `disconnect()`. More... over 11 years ago