| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-07-06 | Don't use jQuery in the error page, it interferes with the jquery lib | Bharat Mediratta | |
| in the outer page when we load it in a dialog context. | |||
| 2009-07-05 | Add task logging functionality. When a task runs, it creates a log that is | Tim Almdal | |
| stored in the persistant cache for 30 days. On the admin_maintenance page there is a new link for completed tasks "browse log". Clicking this will open a dialog box that has the the contents of the log displayed. The user can then view the log and close the dialog, or press the save button to download the log to their local machine. | |||
| 2009-07-03 | Split the clean method into two clean and purify. clean is a light weight | Tim Almdal | |
| approach using html::specialchars and purify uses HTMLPurifier to intelligently cleanse the output fields. Use purifier for text and title fields where it is likely that a user would enter html to format their data. | |||
| 2009-07-03 | Ticket 104: Adding "Copy sourc text" button to l10n UI (usability / ↵ | Andy Staudacher | |
| productivity improvement) | |||
| 2009-06-30 | Rejigger the way we handle "done" status in the upgrader. Now we | Bharat Mediratta | |
| present the done box if you're done and let you get rid of it if you want. It's not beautiful, by any means, but it gives you an easy link back to your Gallery when you're finished. Fixes ticket #479. | |||
| 2009-06-30 | Fix for #319. | Tim Almdal | |
| Created a new view "movieplayer.html.php", which is rendered by Item_Model::movie_img(). Changed movie.html.php to use movie_img to render the movie player link. | |||
| 2009-06-30 | Fix i18n issue - accidentally called t() on translated messages. Please ↵ | Andy Staudacher | |
| truncate incoming_translations after this update to get rid of bad messages in your DB. | |||
| 2009-06-29 | Partial fix for ticket 471 - i18n of "Translate Text" button in l10n client | Andy Staudacher | |
| 2009-06-29 | Fix HTML in l10n message | Andy Staudacher | |
| 2009-06-29 | admin dashboard blocks can now be moved from left to right sidebar | jhilden | |
| fix for bug report #92 removed containment parameter for the jQuery sortable plugin seems to work in Firefox, Chrome and IE 8 | |||
| 2009-06-29 | Merge branch 'master' of git@github.com:gallery/gallery3 | jhilden | |
| 2009-06-29 | added textual description of upload progress | jhilden | |
| moved the cancel link to above the upload queue (where the textual upload progress also is) | |||
| 2009-06-28 | use jquery.scrollTo to scroll the active upload into view. | Bharat Mediratta | |
| 2009-06-22 | Change the quick pan from static to dynamic. This allows modules to add ↵ | Tim Almdal | |
| buttons to the quick pane. The quick pane is now divided into 4 sections: left, center, right and additional. Additional items appear in the drop down box. Buttons are not sorted within the groupings. In addition, the quick pane will overflow onto the "additional" dropdown if there is not enough room to display all the buttons. The use case is the digibug printing module needed to add a button to the quick pane, and I don't like putting code into core that says if module is active... That's another one of those code smells :-) Signed-off-by: Tim Almdal <tnalmdal@shaw.ca> | |||
| 2009-06-20 | Center the "all done" dialog. Use Jquery and externalize the CSS (I was being | Bharat Mediratta | |
| too conservative before). Fixes ticket #413. | |||
| 2009-06-19 | Improve the task dialog | Bharat Mediratta | |
| 1) Put a "starting up..." message before there's any feedback from the server 2) show the title of the task in the dialog. | |||
| 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-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. | |||
