| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-14 | Switch quick delete from JS confirm to jQuery UI dialog, closes ticket #355. | Chad Kieffer | |
| 2009-06-12 | Add a closing </b> to the warning. | Bharat Mediratta | |
| 2009-06-12 | Create gallery::date_time(), gallery::date() and gallery::time() | Bharat Mediratta | |
| functions that format a unix timestamp into a date+time/date/time string. Partial fix for ticket #347. | |||
| 2009-06-12 | Add string to localizer | unostar | |
| Signed-off-by: Bharat Mediratta <bharat@menalto.com> | |||
| 2009-06-11 | Rename theme_details to theme_options. These changes got left out of | Bharat Mediratta | |
| 68fd196d66e2d21f571ff3b5a673f18cd129abf9 leaving us in a temporarily broken state. | |||
| 2009-06-10 | Provide a way for non-admins to authenticate and use the upgrader, | Bharat Mediratta | |
| without using our regular code paths. | |||
| 2009-06-10 | Improve our warning message to also mention that you need to have ↵ | Bharat Mediratta | |
| mod_rewrite installed. | |||
| 2009-06-10 | Consider the CLI sapi the equivalent of an admin | Bharat Mediratta | |
| 2009-06-09 | Merge branch 'master' of git@github.com:gallery/gallery3 | Bharat Mediratta | |
| 2009-06-09 | ACtually implement the upgrader, and add a confirmation box when the | Bharat Mediratta | |
| upgrade is complete. | |||
| 2009-06-10 | Merge branch 'master' of git@github.com:gallery/gallery3 | jhilden | |
| 2009-06-09 | fixed that you couldn't copy and paste text from the admin dashboard | jhilden | |
| * made only the block headers draggable, so that the rest of the block could be normal * this should fix bug #292 | |||
| 2009-06-09 | Merge branch 'master' of git@github.com:gallery/gallery3 | Bharat Mediratta | |
| 2009-06-09 | Say hello to the new upgrader UI. | Bharat Mediratta | |
| 2009-06-09 | Fix HTML bug in l10n message | Andy Staudacher | |
| 2009-06-09 | Merge branch 'master' of git@github.com:gallery/gallery3 | Bharat Mediratta | |
| 2009-06-09 | Put in a placeholder link to click on if there's no value for a setting. | Bharat Mediratta | |
| 2009-06-09 | Add string to localizer | unostar | |
| Signed-off-by: Bharat Mediratta <bharat@menalto.com> | |||
| 2009-06-08 | Merge branch 'master' of git@github.com:gallery/gallery3 | Bharat Mediratta | |
| 2009-06-08 | Fix the admin/themes url. | Bharat Mediratta | |
| 2009-06-06 | Merge branch 'master' of git@github.com:gallery/gallery3 | Andy Staudacher | |
| 2009-06-06 | Preliminary BiDi support (needs *a lot* of tweaking) | Andy Staudacher | |
| 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-05 | Make theme page headers match the menu dropdowns. | Bharat Mediratta | |
| Internationalize the admin dashboard common title. | |||
| 2009-06-04 | Fix internationalization to use one long string and placeholders. | Bharat Mediratta | |
| Removed the <br/> though since we're trying to avoid structural HTML in internationalized strings. | |||
| 2009-06-04 | fixed another bug with the filesize unit and added a better error message | jhilden | |
| Merge branch 'master' of git@github.com:gallery/gallery3 Conflicts: modules/gallery/views/simple_uploader.html.php | |||
| 2009-06-04 | fixed stuff | jhilden | |
| 2009-06-04 | Add MY_num containing num::convert_to_bytes() which supports PHP's | Bharat Mediratta | |
| size shorthand, and convert the simple_uploader code to use it. | |||
| 2009-06-04 | set filesize limit of swfupload to the same value as upload_max_filesize | jhilden | |
| * now users get an error when they try to upload too big files * this should fix bug #337 * maybe it also needs to check for max_post_size | |||
| 2009-06-02 | Fix for ticket #320 | Tim Almdal | |
| 2009-06-02 | Extend L10n client to provide UI for plural translation. | Andy Staudacher | |
| Ticket 148. | |||
| 2009-06-01 | Security pass over all controller code. Mostly adding CSRF checking | Bharat Mediratta | |
| and verifying user permissions, but there are several above-the-bar changes: 1) Server add is now only available to admins. This is a hard requirement because we have to limit server access (eg: server_add::children) to a user subset and the current permission model doesn't include that. Easiest fix is to restrict to admins. Got rid of the server_add permission. 2) We now know check permissions at every level, which means in controllers AND in helpers. This "belt and suspenders" approach will give us defense in depth in case we overlook it in one area. 3) We now do CSRF checking in every controller method that changes the code, in addition to the Forge auto-check. Again, defense in depth and it makes scanning the code for security much simpler. 4) Moved Simple_Uploader_Controller::convert_filename_to_title to item:convert_filename_to_title 5) Fixed a bug in sending notification emails. 6) Fixed the Organize code to verify that you only have access to your own tasks. In general, added permission checks to organize which had pretty much no validation code. I did my best to verify every feature that I touched. | |||
| 2009-05-31 | Accidentally broke the AllowOverride info url in the migration from | Bharat Mediratta | |
| core -> modules/gallery. Fixed, and incidentally make the link appear in a new tab/window. | |||
| 2009-05-31 | Run p::clean() on any variables that contain data entered by users. | Bharat Mediratta | |
| 2009-05-29 | remove scaffolding code | tim almdal | |
| 2009-05-29 | Revert test code inserted in 88a3d43ba9b9377ba6bbe21a4547220ae3a37276 | Bharat Mediratta | |
| which showed stack traces to non-admins. | |||
| 2009-05-28 | Remove unnecessary (and broken) <form/> | 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. | |||
