| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-08-15 | We use UTF-8 everywhere. Fixes ticket #1285. | Bharat Mediratta | |
| 2010-08-08 | Add gallery stats in addition to platform stats. | Bharat Mediratta | |
| 2010-08-08 | Adjust the vertical placement of the "Dang" message. | Bharat Mediratta | |
| 2010-08-08 | Add a sad face on the dang page. Just cause. | Bharat Mediratta | |
| 2010-08-08 | Make the error page more informative, and include platform information. | Bharat Mediratta | |
| 2010-08-01 | Use the login/html page for maintenance mode; we don't need the | Bharat Mediratta | |
| maintenance controller/view anymore. Fixes ticket #1267. | |||
| 2010-08-01 | Make maintenance mode a variable instead of a config. Then create | Bharat Mediratta | |
| links on the Admin > Maintenance page to allow you to turn it on and off. This should be efficient since we cache all vars and look them up on every request anyway. This also allows us to have the Fix task enable maintenance mode while it's running which greatly reduces the chances that somebody will come along and hork the database while we're tinkering with MPTT pointers. Fixes ticket #1259. | |||
| 2010-08-01 | Focus on the username field by default. Don't use jQuery because we're ↵ | Bharat Mediratta | |
| operating in a very limited context. | |||
| 2010-08-01 | "Save" -> "Download" for clarity. | Bharat Mediratta | |
| 2010-07-31 | Fix typo: ui-corners-all --> ui-corner-all | Bharat Mediratta | |
| thanks Lord Beowulf! | |||
| 2010-07-25 | Move the "cancel all" running tasks button up to make it consistent with the ↵ | Bharat Mediratta | |
| "remove all finished" button. | |||
| 2010-07-20 | Cleanup on the Admin > Languages page. | Bharat Mediratta | |
| Hide the fieldset and legend in the theme, since they don't add any value. Change l10n_client::_server_url() to use the short style GMC urls and make the API a little tighter. | |||
| 2010-07-17 | Fix margin: 0 auto; IE issue in the upgrader view by adding a doctype to the ↵ | Chad Kieffer | |
| template. Minor code refactoring. Also seems to fix #1188. | |||
| 2010-07-17 | Fix closing ul on inactive modules list, replaced <i> with <em> in footer. | Chad Kieffer | |
| 2010-07-16 | Remove code that was inadvertently committed. | Tim Almdal | |
| 2010-07-15 | Don't show a themed 404 page if we get to a 404 via file_proxy. Just | Bharat Mediratta | |
| return a simple "File not found" message, since this is a very basic file access (thumbnail, resize, original etc) | |||
| 2010-07-15 | Rename Flash_Uploader to just Uploader. Modules that want to replace | Bharat Mediratta | |
| this will just replace the controller. This makes overriding that much easier in the future. | |||
| 2010-07-11 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2010-07-10 | Accept extension .m4v as video/mp4 | Romain LE DISEZ | |
| 2010-07-09 | Reset the postion option to center when the form data is reloaded, to force ↵ | Tim Almdal | |
| the dialog to recenter in case the contents have changed. | |||
| 2010-07-06 | Fix for ticket #1181. Use $.getJSON to retrieve the json contents of the ↵ | Tim Almdal | |
| dialog. Convert all the controllers that create the data to go into a dialog to return the html as part of a json object. | |||
| 2010-06-26 | Style cleanup. | Bharat Mediratta | |
| 2010-06-25 | Add a <h1> title saying that this is a preview. | Bharat Mediratta | |
| 2010-06-25 | Change the theme option page to display using tabs if the site theme has an ↵ | Tim Almdal | |
| admin page. | |||
| 2010-06-20 | Rename "simple_uploader" to "flash_uploader" to make room for an HTML | Bharat Mediratta | |
| uploader. | |||
| 2010-06-20 | Set the focus on the username field (and the name field when we reset | Bharat Mediratta | |
| the password) properly on IE7 using a setTimeout() hack. Fixes ticket #807. | |||
| 2010-06-20 | Focus on the username field by default. | Bharat Mediratta | |
| 2010-06-20 | Remove trailing ?> | Bharat Mediratta | |
| 2010-06-20 | If we use <?= .. ?> on the last line, it looks like we've got a | Bharat Mediratta | |
| trailing ?> and that causes File_Structure_Test to be sad. So instead use echo and tack on our own newline. But this also requires a semicolon. Weird, I know but still easier than fixing up the test. | |||
| 2010-06-19 | Rework our exception framework to fit into Kohana's model better. | Bharat Mediratta | |
| Instead of overwriting Kohana_Exception::handle() (which we were doing in MY_Kohana_Exception) we instead use their existing template system. gallery/views/kohana/error.php overrides system/views/kohana/error.php and is the standard error template for all exceptions. Our version of error.php figures out the appropriate view based on context (cli, authenticated admin, guest viewing a 404, guest viewing a system error) and delegates appropriately. Each delegated view has a narrow responsibility. This paves the way for us to add new error views per module. For example, the rest module will define its own template in Rest_Exception and then its exceptions can be rendered the way that it wants (json encoded, in that case). | |||
| 2010-06-15 | Make the "name" column a little wider. | Bharat Mediratta | |
| 2010-04-30 | Oops, somehow the update to flowplayer 3.1.5 was missing a few files. Here ↵ | Andy Staudacher | |
| they are... | |||
| 2010-02-28 | Apply ui-helper-clearfix to the breadcrumb in the upload dialog to ensure it ↵ | Chad Kieffer | |
| clears the upload canvas in webkit-based browsers. | |||
| 2010-02-28 | Updates to upload CSS to make it themeable and RTL compatible. Use absolute ↵ | Chad Kieffer | |
| positioning to handle upload button positioning. Remove color definitions to allow jQuery UI theme to set button colors. Consolidate upload dialog CSS to modules/css/gallery.css. Closes #885. | |||
| 2010-02-27 | Fix for ticket #1036 - Don't echo any sensitive information such as ↵ | Andy Staudacher | |
| passwords, hashes or personally identifiable information. | |||
| 2010-02-24 | Fix multi-column layout of language admin. | Andy Staudacher | |
| 2010-02-19 | Refactor away the "display_all" construct in User_Profile_Controller. | Bharat Mediratta | |
| "display_all" is too coarse, and we should be letting event handlers make the appropriate decision on what to display and when. This duplicates some code, but it's now very clear in the event handlers what's getting shown. Throw a 404 if we try to view the user profile for a missing user. The only feature change in this should be that we now display the name, full name and website for a user to any other registered user, which makes sense since these are typically public fields. Don't show any of the edit buttons unless identity::is_writable() | |||
| 2010-02-19 | Add spaces around %name in the "create a file" text so that | Bharat Mediratta | |
| double-clicking the token only selects that one word, not the word on the line before (which happens on Chrome/Linux) | |||
| 2010-02-18 | Merge branch 'master' of github.com:gallery/gallery3 | Chad Kieffer | |
| 2010-02-18 | First pass at user profile formatting updates. Moved buttons to the top, ↵ | Chad Kieffer | |
| simplified HTML and CSS. | |||
| 2010-02-18 | Revert "Fix for ticket #491: Make user and group names translatable." | Bharat Mediratta | |
| This reverts commit 409121942590e12692eaf4e6e9e8b71bfe5ed60c. | |||
| 2010-02-15 | Put focus on password field in reauthenticate dialog. | Andy Staudacher | |
| 2010-02-14 | Fix for ticket #491: Make user and group names translatable. | Andy Staudacher | |
| Also fixed a UI bug: No longer showing the edit user buttons to admins in the profile view (to be consistent with the requirements in the controller). | |||
| 2010-02-14 | HTML validation fix (<script>) | Andy Staudacher | |
| 2010-02-14 | Some HTML validation fixes (don't render empty <ul> lists, empty id ↵ | Andy Staudacher | |
| attributes, use & not &) | |||
| 2010-02-12 | Tighten up the text. | Bharat Mediratta | |
| 2010-02-12 | Fix for tickets 1009 and 603: Show a themed error page to guests / ↵ | Andy Staudacher | |
| registered users (not to admins though). And show a login form to guests for 404 (incl. insufficient view permissions) errors. | |||
| 2010-02-11 | Use the admin/users/edit_user_form version of the user editing form | Bharat Mediratta | |
| right after initial install so that we're not requiring the user to re-enter the auto-generated password to change their password and email. Fixes ticket #1007 | |||
| 2010-02-09 | Formated upgrader for RTL languages. Closes ticket #883 | Chad Kieffer | |
| 2010-02-07 | Revert "Add the scheduler component to the admin maintenance screen." | Tim Almdal | |
| This reverts commit 48cb5021c6bd7e65a13a0ff50a9e76f72da7d3a1. | |||
