| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-07-21 | Escape bare & symbols so that we use valid entities. Fixes ticket #577. | Bharat Mediratta | |
| 2009-07-13 | Add quotes around all values that contain spaces in them, and add a | Bharat Mediratta | |
| test to make sure that we continue to do so. This makes sure that we don't have problems with 5.3 which treats the literal "on" as a boolean. | |||
| 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-01 | Merge branch 'master' of git@github.com:gallery/gallery3 | Bharat Mediratta | |
| 2009-07-01 | Fix a typo in the Doctype. Fixes ticket #497. | Bharat Mediratta | |
| 2009-07-01 | made the 'back to gallery' link in the admin a lighter grey | jhilden | |
| (and removed the commented out <img>) | |||
| 2009-07-01 | change to the 'back to the Gallery' link from the admin. | jhilden | |
| 2009-06-30 | UI enhancement: made the 'back to the Gallery' links a little bit easier to ↵ | jhilden | |
| discover | |||
| 2009-06-29 | Ticket 86 (addendum) - Guard against themes that don't define MSG_CANCEL and ↵ | Andy Staudacher | |
| add the message to admin_default as well. | |||
| 2009-06-29 | Change XXX to @todo | Bharat Mediratta | |
| 2009-06-29 | Merge branch 'master' of git@github.com:gallery/gallery3 | Andy Staudacher | |
| 2009-06-29 | Fix for ticket 481 - Better plural handling for 2 messages with multiple ↵ | Andy Staudacher | |
| %count variables. | |||
| 2009-06-29 | Remove fix-ie.css scripts from the combined bundle, since we only want | Bharat Mediratta | |
| to load them conditionally. | |||
| 2009-06-29 | Merge branch 'master' of git@github.com:gallery/gallery3 | Tim Almdal | |
| Conflicts: modules/gallery/libraries/Theme_View.php themes/admin_default/views/admin.html.php | |||
| 2009-06-29 | Temporary checkin to allow merge with trunk... don't integrate | Tim Almdal | |
| 2009-06-28 | Rename $theme->url() to $theme->theme_url() for consistency wiht | Bharat Mediratta | |
| $theme->theme_script(). | |||
| 2009-06-28 | Clean up the combined javascript change and refactor out the | Bharat Mediratta | |
| Gallery_View base class from Theme_View and Admin_View. 1) Move all the theme specific jquery stuff from gallery_theme::head() and admin_head() into the theme files. Use $theme->script() as appropriate. 2) Get rid of the extra boolean on $theme->url() that we were using so that we could call $theme->script($theme->url(...)) -- add $theme->theme_script() instead (poorly named, but still clearer than what we had before) 3) Fix the bug that combined scripts didn't work at all in the admin theme. 4) Get rid of $theme->display() in favor of new View(...) | |||
| 2009-06-27 | Merge branch 'master' of git@github.com:gallery/gallery3 | Tim Almdal | |
| 2009-06-27 | Digibug simplification cleanup. Upgrade digibug module to version 2. | Bharat Mediratta | |
| 1) Simplify the admin settings page to what most of our users want. Eliminate basic_ and default_ ids. We just have company_id and default_id. Advanced users can use advanced settings for now. 2) Fix security in print_photos (didn't get it right in my last commit) 3) Use the regular thumb and full urls if the images are publicly available to reduce load on the proxy. 4) Simplify proxy expiration code. 5) Eliminate all specialized styles from the admin theme. | |||
| 2009-06-26 | 1) Move the generation of script tags to gallery_theme::head and ↵ | Tim Almdal | |
| gallery_theme::admin_head. This allows us to potentially manage the scripts like we do in g2 (single file and compressed) 2) Change Theme_View::_call to always call the gallery_theme::$function first. | |||
| 2009-06-25 | 1) Rename the basic_company_id and basic_event_id to default_*_id | Tim Almdal | |
| 2) Removed the tabs on the digibug admin page word count is now at 35. 3) Added a default link which resets the event and company id's to gallery's ids | |||
| 2009-06-25 | 1) Move the digibug css in the default and admin_default themes | Tim Almdal | |
| 2) Remove most of the marketing cruft on the admin pages 3) Change the name of the admin settings to just Digibug 4) Remove the "switch on mouseover" approach | |||
| 2009-06-22 | Fix css indentation | Bharat Mediratta | |
| 2009-06-16 | Fix for ticket #328. | Tim Almdal | |
| Basically copied the default/views/pager.html to admin_default/views/pager.html and change the message to reflect the original comment message. | |||
| 2009-06-10 | first stab at makeing the language admin view prettier | 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-08 | Rename main_element_attributes() callback to body_attributes() to be | Bharat Mediratta | |
| more intuitive for themers. | |||
| 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 | Merge branch 'master' of git@github.com:gallery/gallery3 | Bharat Mediratta | |
| 2009-06-07 | Adding strings to localizer | unostar | |
| Signed-off-by: Bharat Mediratta <bharat@menalto.com> | |||
| 2009-06-05 | Make theme page headers match the menu dropdowns. | Bharat Mediratta | |
| Internationalize the admin dashboard common title. | |||
| 2009-06-04 | Add a csrf to the logout link. | Bharat Mediratta | |
| 2009-05-31 | user admin facelift | jhilden | |
| * added drag & drop help message for empty groups * fixed overflow issue with more than ~10 members in one group * CSS improvements | |||
| 2009-05-30 | small UI/CSS facelift for user admin + git test | jhilden | |
| 2009-05-26 | Split out re-used JavaScript for common functions (messages, valign), panel ↵ | Chad Kieffer | |
| toggle, and forms to external files. | |||
| 2009-05-13 | Add the "advanced settings" controller which lets you see all the | Bharat Mediratta | |
| vars. We'll eventually turn this into a registry where you can edit settings directly (at your own risk). | |||
| 2009-05-13 | Colorize admin user rows to make them stand out | Bharat Mediratta | |
| 2009-05-09 | Apply status message display effect to admin theme. Use double rather than ↵ | Chad Kieffer | |
| single quotes in JS. | |||
| 2009-05-06 | Usability update: include an "Activate Toolkit Name" button with available ↵ | Chad Kieffer | |
| toolkits | |||
| 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-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-25 | tag changes in the tag admin should now work as expected | Jakob Hilden | |
| 2009-03-25 | untabify | Bharat Mediratta | |
| 2009-03-20 | rollback of r20469... see trac #161 | Tim Almdal | |
| 2009-03-20 | Rather than moving the themeroller and all of its associated files | Tim Almdal | |
| into each theme. I chose to create methods Theme_View::file($path) and Admin_View::file($path). These methods check for a theme override file in the theme and return a link to it if it exists. So to override the themeroller files. just create a lib/themeroller in the theme and the files will be picked up. | |||
| 2009-03-19 | Remove YUI grids hd and ft ids, we don't need and they're cluttering our HTML. | Chad Kieffer | |
| 2009-03-17 | Remove the in-place tag editing code from the default theme. It | Bharat Mediratta | |
| should be implemented in the tags module for now, and then possibly generalized out to lib later on. | |||
| 2009-03-17 | Remove mptt warning message hack | Tim Almdal | |
| 2009-03-16 | Ticket #97. Applied button css where missing. Minor form css improvements. | Chad Kieffer | |
