| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-12 | #2055, 2056 - jQuery updates for .attr("value", [value]) and .keyup(handler). | shadlaws | |
| - changed .attr("value", [value]) to .val([value]) for new jQuery. - changed .keyup(handler) to .on("input keyup", handler) to fire on mouse-only cut'n'paste. | |||
| 2012-07-21 | Sanitize the module name and don't allow storing values for illegal | Bharat Mediratta | |
| module names. Fixes #1898. | |||
| 2012-04-01 | Try a different approach at filtering. Fixes #1831. | Bharat Mediratta | |
| 2010-11-08 | Add a pure javascript mechanism for filtering advanced properties. Partial ↵ | Bharat Mediratta | |
| fix for #1478. | |||
| 2010-09-29 | Stop caching all module variables in the vars table using the | Bharat Mediratta | |
| name=_cache row. If that overflows, it will cause us to be unable to load variables, and we can't recover from that. Instead, use the Cache table. Bump the gallery module to v40. Fixes ticket #1405. | |||
| 2010-02-02 | Change the view to display 'empty' when the variable value is a null ↵ | Tim Almdal | |
| string(""). Fixes ticket #987. | |||
| 2009-12-27 | Only mark a variable as empty if its value is null. So 0 shows as 0. | Bharat Mediratta | |
| 2009-11-15 | Use text::alternate() instead of hand-rolled even/odd code. | Bharat Mediratta | |
| 2009-10-28 | Normalize capitalization ticket #596 | Tim Almdal | |
| 2009-10-18 | Apply g-block and g-block-content, remove hover effect, alternate row color. | Chad Kieffer | |
| 2009-10-07 | Consolidated the rest of the base message styles into lib/gallery.common.css ↵ | Chad Kieffer | |
| and applied updates to views. Moved over draggable/droppable styles. Use g-target consistently for drag/drop interactions. Minor re-ordering of selectors in gallery.common.css. Updates to css comments. | |||
| 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-08-31 | Fix XSS vectors in HTML attributes (mostly t() calls) | 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 | 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-06-12 | Add a closing </b> to the warning. | Bharat Mediratta | |
| 2009-06-09 | Fix HTML bug in l10n message | Andy Staudacher | |
| 2009-06-09 | Put in a placeholder link to click on if there's no value for a setting. | Bharat Mediratta | |
| 2009-05-31 | Run p::clean() on any variables that contain data entered by users. | Bharat Mediratta | |
| 2009-05-27 | Update all references to the core application to now point to the | Bharat Mediratta | |
| gallery module. This type of mass update is prone to some small bugs. | |||
| 2009-05-27 | Restructure things so that the application is now just another module. | Bharat Mediratta | |
| Kohana makes this type of transition fairly straightforward in that all controllers/helpers/etc are still located in the cascading filesystem without any extra effort, except that I've temporarily added a hack to force modules/gallery into the module path. Rename what's left of "core" to be "application" so that it conforms more closely to the Kohana standard (basically, just application/config/config.php which is the minimal thing that you need in the application directory) There's still considerable work left to be done here. | |||
