| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-01-12 | Add a css id attribute to the i10n-edit-translation element. Fixes ticket #969. | Tim Almdal | |
| 2009-10-28 | Normalize capitalization ticket #596 | Tim Almdal | |
| 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 | Replaced gButtonLink with g-button. | Chad Kieffer | |
| 2009-09-01 | Remove unused l10n message | Andy Staudacher | |
| 2009-08-31 | Fix XSS vectors in HTML attributes (mostly t() calls) | Andy Staudacher | |
| 2009-08-30 | Merge commit 'upstream/master' | Andy Staudacher | |
| Conflicts: modules/gallery/views/l10n_client.html.php modules/organize/views/organize_tree.html.php modules/server_add/helpers/server_add_event.php | |||
| 2009-08-30 | Updating uses of html::js_string and SafeString::for_js (value now contains ↵ | Andy Staudacher | |
| string delimiters) | |||
| 2009-08-29 | you can close the l10n client directly from its interface now, without going ↵ | jhilden | |
| back to the languages admin page | |||
| 2009-08-29 | Merge commit 'upstream/master' | Andy Staudacher | |
| Conflicts: modules/akismet/views/admin_akismet.html.php modules/comment/helpers/comment_rss.php modules/gallery/helpers/gallery_rss.php modules/gallery/libraries/I18n.php modules/gallery/views/permissions_browse.html.php modules/gallery/views/simple_uploader.html.php modules/info/views/info_block.html.php modules/organize/controllers/organize.php modules/organize/views/organize.html.php modules/organize/views/organize_album.html.php themes/default/views/album.html.php themes/default/views/movie.html.php themes/default/views/photo.html.php | |||
| 2009-08-29 | Fixing all detected XSS vectors in PHP->JS code. | Andy Staudacher | |
| Xss: Rename UNKNOWN back to DIRTY, JS_XSS to DIRTY_JS. (using a different flag value to highlight potential XSS vectors in JS) | |||
| 2009-08-29 | improved translation interface so that it now can be closed without going to ↵ | jhilden | |
| the admin | |||
| 2009-07-17 | Rename "locale" helper to "locales" to avoid conflicting with PHP 5.3. | Bharat Mediratta | |
| Fixes ticket #194 | |||
| 2009-07-03 | Ticket 104: Adding "Copy sourc text" button to l10n UI (usability / ↵ | Andy Staudacher | |
| productivity improvement) | |||
| 2009-06-29 | Partial fix for ticket 471 - i18n of "Translate Text" button in l10n client | Andy Staudacher | |
| 2009-06-18 | Fix format of source message in l10n client (adding a newline between plural ↵ | Andy Staudacher | |
| forms) | |||
| 2009-06-16 | Beautify "Show All" link, and only show when it's not already showing all ↵ | Andy Staudacher | |
| strings | |||
| 2009-06-16 | Add option to list *all* l10n messages (that have been indexed) in l10n UI | Andy Staudacher | |
| TODO: The "Show All" link is almost invisible (link color ~= background) | |||
| 2009-06-06 | Fix formatting in l10n client source box so that it wraps. Otherwise | Bharat Mediratta | |
| long strings show up only on one line. | |||
| 2009-06-02 | Extend L10n client to provide UI for plural translation. | Andy Staudacher | |
| Ticket 148. | |||
| 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. | |||
