| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-03 | Super first pass: | Bharat Mediratta | |
| - jQuery 1.90 - jQuery UI 1.10 - Superfish 1.5.1 (minus all plugins) - jQuery Form 3.26.0-2013.01.28 Deleted all other jQuery plugins for now. - Reworked autocomplete to use the latest jQuery code. - Deleted references to $.browser.msie, no longer supported - Basic CSS support for autocomplete - lots more work needed there | |||
| 2012-05-19 | Create an ajax response framework that inserts <meta> tags to guard | Bharat Mediratta | |
| against UTF-7, and create a $.gallery_autocomplete variant of jQuery's autocomplete that expects the first line to be a <meta> tag and discards it. More complete fix for #1871. | |||
| 2011-01-18 | Create a hidden anchor containing the tag cloud autocomplete url. This way ↵ | Bharat Mediratta | |
| validates. Fix for #1577. | |||
| 2011-01-18 | Revert "Temporarily removed ref tag to get the page validated. (Was also ↵ | Bharat Mediratta | |
| pointing at a rather semi-finished looking page)" This was breaking the tag autocomplete code, which depends on this value. This reverts commit 5e8d92552b1384d99d5fef56333deb7eb67a8f92. | |||
| 2011-01-08 | Temporarily removed ref tag to get the page validated. (Was also pointing at ↵ | Joe7 | |
| a rather semi-finished looking page) | |||
| 2010-12-29 | Remove a stray comma at the end of a JSON array which was breakig IE. ↵ | Bharat Mediratta | |
| Fixes #1561. | |||
| 2010-09-07 | Disable selectFirst in the autocomplete box, which makes it a little | Bharat Mediratta | |
| harder to select pre-existing tags, but avoids the problem where we force the user to pick from existing tags. Fixes ticket #1339 | |||
| 2010-04-29 | Applied capitalization rules to title, changed from Tag admin to Manage tags | ckieffer | |
| 2009-11-25 | Refactor the tags to remove the REST_Controller. Partial fix for ticket #917 | Tim Almdal | |
| 2009-11-14 | Normalize tags a bit. | Bharat Mediratta | |
| - Create Tag_Model::url() to mimic Item_Model::url() - Use the same pagination logic as we do for viewing items | |||
| 2009-11-06 | The ajaxify_tag_form was not being called when the block was created. Moved ↵ | Tim Almdal | |
| the code to ajaxify the add form into the block html and deleted tag.js. Fixes Ticket #872 | |||
| 2009-11-05 | Refactor out the in place editting and use the new gallery.in_place_edit ↵ | Tim Almdal | |
| widget to manage the tag renames. Part the fix for ticket #750. | |||
| 2009-10-27 | Correct tag admin list markup that I likely hacked up during recent commits. ↵ | Chad Kieffer | |
| These HTML lists now validate. | |||
| 2009-10-20 | Minor tag admin style updates. | Chad Kieffer | |
| 2009-10-20 | Rollback tag admin to fix. Now functioning. | Chad Kieffer | |
| 2009-10-18 | Resolve merge conflict. | Chad Kieffer | |
| 2009-10-18 | Resolve tag module conflicts. | Chad Kieffer | |
| 2009-10-18 | Wrap all admin views in g-block and g-block content. This provides the means ↵ | Chad Kieffer | |
| to visually separate the view's title and description from everything else. Primary admin view title should always be h1, and only one h1 per view. Removed some unused admin CSS id's. | |||
| 2009-10-18 | Moved the short_form init function to gallery.common and made it jQuery ↵ | Chad Kieffer | |
| plugin. Dropped gallery.form.js. Applied short forms to server_add and tag admin pages. Added tag.css to admin views. Added .g-wide {}. | |||
| 2009-10-17 | White space fixes. | Chad Kieffer | |
| 2009-10-17 | Move tag css from theme to the module. Introduced generic .g-inline class ↵ | Chad Kieffer | |
| for inline elements, including lists and forms. | |||
| 2009-10-04 | Renamed most, if not all css selectors from gName to g-name. Moved a few ↵ | Chad Kieffer | |
| shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features. | |||
| 2009-09-30 | Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ↵ | Chad Kieffer | |
| and classes in the login/reset password dialog. | |||
| 2009-09-30 | Replaced gButtonLink with g-button. | Chad Kieffer | |
| 2009-09-30 | First round of CSS refactor updates. Added calls to gallery.common.css from ↵ | Chad Kieffer | |
| wind and admin_wind. Replaced basic text align and block float classes. Removed section #2 from both themes screen styles. | |||
| 2009-09-01 | Fix XSS in tags JS | Andy Staudacher | |
| 2009-08-29 | Update all code to use helper method html::clean(), html::purify(), ... ↵ | Andy Staudacher | |
| instead of SafeString directly. | |||
| 2009-08-29 | XSS fixes | Andy Staudacher | |
| 2009-08-29 | Refactor all calls of p::clean() to SafeString::of() and p::purify() to ↵ | Andy Staudacher | |
| SafeString::purify(). Removing any p::clean() calls for arguments to t() and t2() since their args are wrapped in a SafeString anyway. | |||
| 2009-07-28 | Clean up amd simplify the tag processing: Only allow comma separators between | Tim Almdal | |
| phrases. Using only 1 separator cleans up the javascript as well, as we can use some of the jquery autocomplete to set the tag separator. Signed-off-by: Tim Almdal <tnalmdal@shaw.ca> | |||
| 2009-07-24 | Partial implementation of ticket #80. Provide auto complete and suggestions ↵ | Tim Almdal | |
| on the tag add form in the tag sidebar block. Updated the xss golden file as well. Still to do figure out how toget it into the edit popup dialog | |||
| 2009-07-23 | Fix for ticket #496. replace the src attribute (non standard) with the title ↵ | Tim Almdal | |
| attribute to contain the url of the tag cloud controller. | |||
| 2009-06-28 | Use $theme->script() method to render module javascript files | Tim Almdal | |
| 2009-06-13 | Multi-byte safe function to support all other languages. | unostar | |
| Signed-off-by: Bharat Mediratta <bharat@menalto.com> | |||
| 2009-05-31 | Run all variables that come from user-entered data through p::clean() | Bharat Mediratta | |
| 2009-05-21 | 1) This provides the editting functionality for albums and photos in the | Tim Almdal | |
| organize feature. 2) Remove the tag functionality at this point 3) Added a callback to handle validating conflicting names (only used by organize at this point. 4) Closes #231 | |||
| 2009-05-18 | This takes us the next step closer to providing bulk edit. We still | Tim Almdal | |
| can't edit, but we are getting closer :-). This change sets up a framework for modules to contribute edit panels to the organize drawer. Currently implemented General (albums and photos), Sort Order (albums only) and Manage Tags | |||
| 2009-04-03 | Clean up JS/HTML so that renaming works properly (it had hardcoded | Bharat Mediratta | |
| urls before). Clean up indentation and localization code while I'm in there. | |||
| 2009-03-27 | Put csrf token into Admin_View and Theme_View by default, then use it | Bharat Mediratta | |
| directly wherever possible instead of access::csrf_token(). | |||
| 2009-03-25 | tag changes in the tag admin should now work as expected | Jakob Hilden | |
| 2009-03-17 | Remove the in-place tag editing code from the default theme. It | Bharat Mediratta | |
| should be implemented in the tags module for now, and then possibly generalized out to lib later on. | |||
| 2009-03-16 | Ticket #97. Applied button css where missing. Minor form css improvements. | Chad Kieffer | |
| 2009-02-26 | Move tag CSS into admin theme's screen.css | Bharat Mediratta | |
| Use JS to add titles to avoid repeating the same text 10s of times. | |||
| 2009-02-24 | File structure style fixes | Andy Staudacher | |
| 2009-02-15 | Fix pluralized text. | Bharat Mediratta | |
| 2009-02-11 | improvements on the tag admin | Jakob Hilden | |
| 2009-02-05 | clean up indentation | Bharat Mediratta | |
| 2009-02-04 | added inplace edit to tag admin (form still needs to be set to rename using ↵ | Jakob Hilden | |
| AJAX) removed unnecessary {element: dialogLinks[i]} from dialog and panelLink handling. now uses event.currentTarget | |||
| 2009-01-24 | Admin theme style cleanup. Merged separate selected, available, unavailable ↵ | Chad Kieffer | |
| into a single set of reusable classes. Applied alternating row bg colors. Removed inline CSS from admin views. Moved user admin css into admin_default theme style sheet. | |||
| 2009-01-15 | Changing t() placeholder syntax from {{replace_me}} to %replace_me. | Andy Staudacher | |
