Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-04-03 | Fix for ticket #27 | Tim Almdal | |
Change the text of the edit button to "close" if the panel is opened. Reset the original text when the panel is closed. | |||
2009-04-03 | Fix for ticket #201. | Tim Almdal | |
1) create common update function so processing consistent between the user edit and admin edit. 2) created common private helper function to build the user edit form the same way. So a user can now change their user name if the new one doesn't exist. | |||
2009-04-03 | Fix for ticket #200. When an error occurs the current uri is no | Tim Almdal | |
longer admin/server_add but admin/server_add/add_path and the equality check fails. | |||
2009-04-03 | Set the queue limit to 1000. | Bharat Mediratta | |
2009-04-03 | First iteration of the organize functionality (orginally called bulk | Tim Almdal | |
edit). There is limited functionality in no edits work. This is primary a chance for the team to review the ui. It is in a separate module to isolate the changes. Eventually, it will be moved back into core. | |||
2009-04-02 | Completely task-ify the localization scanning code and restore the | Bharat Mediratta | |
incoming_translation key cache. The only part of this that is not broken down is the l10n_client::fetch_updates() part. | |||
2009-04-02 | Continuation of r20518. Remove all the cases were the csrf values in | Tim Almdal | |
views were being manually set. Also removed it from the Admin_View. | |||
2009-04-02 | Fix the issue identified in | Tim Almdal | |
http://gallery.menalto.com/gallery_3.0_alpha_3_released?page=1#comment-304581 ticket #195 | |||
2009-03-31 | Add missing 2nd argument for Theme_View() | Bharat Mediratta | |
2009-03-31 | Add quick edit pane to resize images, ticket #189 | Chad Kieffer | |
2009-03-30 | Updated to r807 | Bharat Mediratta | |
2009-03-27 | Add a method to create a micro_thumb that is centered vertically in | Tim Almdal | |
its container (initially used for organize album view) | |||
2009-03-27 | Add missing csrf value. | Bharat Mediratta | |
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-26 | Gracefully deal with the case where we resume a stalled task but there | Bharat Mediratta | |
was no work left to be done. This fixes a divide by zero error. | |||
2009-03-26 | Rename $block_id to $id to fix ticket #192 | Bharat Mediratta | |
2009-03-26 | Update comments to reflect that the results of item::children or | Tim Almdal | |
item::descendants uses the specified sort order | |||
2009-03-26 | Convert language updates over to task form. It's still very rough, | Bharat Mediratta | |
the task only has one step from zero to 100. | |||
2009-03-26 | Set csrf into the global theme for convenience. | Bharat Mediratta | |
2009-03-26 | Replace iterators with stack based scanner, which we can serialize into the ↵ | Bharat Mediratta | |
task context. | |||
2009-03-26 | Normalize code style. | Bharat Mediratta | |
2009-03-26 | Convert the L10n scanner from a library to a helper. | Bharat Mediratta | |
In order to make the class static, I had to remove the index cache. I'll restore that and cache the index keys in the task context in a subsequent change. For now, I've put in a @todo to add the caching back in. | |||
2009-03-26 | Guard the calling of the form closing event so its not called if there | Tim Almdal | |
is no form. | |||
2009-03-26 | Revert r20492 | Tim Almdal | |
2009-03-26 | Use pathinfo() instead of substr/strchr/etc to get the file extension. | Bharat Mediratta | |
2009-03-26 | Normalize exception format. | Bharat Mediratta | |
2009-03-26 | Optimize the way we lookup incoming translations. | Bharat Mediratta | |
Undo last commit (accidentally committed benchmarking code) | |||
2009-03-26 | Normalize exception format. | Bharat Mediratta | |
2009-03-26 | Normalize exception string format. | Bharat Mediratta | |
2009-03-26 | Fix typo, whitespace. | Bharat Mediratta | |
2009-03-25 | Fix for ticket #184. Sort the output children as DirectoryIterator | Tim Almdal | |
does not provide a sort order. Separate the directory and files, sort them individually and then merge them together so directories are at the top of the list | |||
2009-03-25 | Fix for ticket #184. Set the default album sort order to "Title" | Tim Almdal | |
2009-03-25 | Fix for ticket #181. Valiant take note of the change to | Tim Almdal | |
admin_users.php. I had to remove the check for the locale as it hasn't been added to the form. | |||
2009-03-25 | Fix unit tests where the albums, resizes and thumbs directory were | Tim Almdal | |
being deleted. Fix for ticket #182 | |||
2009-03-25 | tag changes in the tag admin should now work as expected | Jakob Hilden | |
2009-03-25 | Remove debug line. | Bharat Mediratta | |
2009-03-25 | untabify | Bharat Mediratta | |
2009-03-24 | change version from "3.0 Alpha 3" to "3.0 pre-beta svn" | Bharat Mediratta | |
2009-03-24 | Change the item model so it will actually delete all the file system | Tim Almdal | |
objects when an item is deleted. | |||
2009-03-24 | Fix the problem I created by trying to run the task again after it was ↵ | Tim Almdal | |
completed. | |||
2009-03-24 | Add a pause button to the server add dialog and if it is clicked then | Tim Almdal | |
the upload is paused. If the dialog is closed and the task is not complete then a warning message is displayed on the album. | |||
2009-03-24 | Add a "form_closing" custom event to the dialog processing. This | Tim Almdal | |
allows the form in the dialog todo custom processing when the form closes. For example, the server_add dialog (next commit) uses this callback to determine if the upload task was cancelled and display a warning message when the page reloads. Usage: $("#gServerAdd form").bind("form_closing", function(target){...}); | |||
2009-03-23 | Fix for ticket #168: Set a default value for extra_attrs on the ↵ | Tim Almdal | |
Item_Model::thumb_tag() | |||
2009-03-21 | Refactor all translation strings that have ambiguous placeholders. | Andy Staudacher | |
E.g. "%link_startClick here%link_end" is now '<a href="%url">Click here</a>'. Note: This isn't always the best solution. E.g. consider "Foo <a href='%url' class='gDialogLink'>bar</a>." Now the translator has to deal with preserving CSS classes too... | |||
2009-03-20 | Don't divide by zero in thumb_tag if there's no thumbnail | Bharat Mediratta | |
2009-03-20 | Add title string to this page. Doesn't show yet because its in a gPanel | Bharat Mediratta | |
2009-03-20 | background image for the "select photos ..." button in the uploader | Jakob Hilden | |
2009-03-20 | This change checks that the active theme is available and if its not, | Tim Almdal | |
reverts to the default theme. | |||
2009-03-20 | minor UI and CSS improvements | Jakob Hilden | |
(the styling of the flash button is a not themable solution and I put the CSS in the file for now) |