| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-04-22 | Insure that the number of items for a page is greater than zero. Fixes ↵ | Tim Almdal | |
| ticket 1644. | |||
| 2011-04-22 | Renamed apple_touch_url to apple_touch_icon_url. | Chad Kieffer | |
| 2011-04-22 | Merge branch 'master' of git://github.com/gallery/gallery3 | Chad Kieffer | |
| 2011-04-22 | Created apple-touch-icon and added to wind and admin_wind themes. | Chad Kieffer | |
| 2011-04-22 | Clear the site status for missing themes when we view this page -- if | Bharat Mediratta | |
| something goes wrong we'll just add it back again anyway. Follow-on for #1655. | |||
| 2011-04-03 | [Fixes #1574] Render the login form in the same way in every action | Andy Lindeman | |
| This makes sure the "Forgot Your Password?" link appears when the HTML form is initially rendered. | |||
| 2011-03-15 | Fix a bug where the placeholder %hide-url didn't match the variable in the ↵ | Bharat Mediratta | |
| assoc. array. Follow on for #1624 | |||
| 2011-02-23 | Added extra arg to gallery_graphics calls and updated users | colings | |
| 2011-01-21 | Update copyright to 2011. | Bharat Mediratta | |
| 2011-01-17 | Change the [x] close box to "(remind me later)". #1605. | Bharat Mediratta | |
| 2011-01-17 | Fix typo: upgrade_check -> upgrade_checker | Bharat Mediratta | |
| #1605. | |||
| 2011-01-17 | Display a message in the "Check for Gallery upgrades" block when | Bharat Mediratta | |
| there's a newer version available, even if the user has dismissed the site status message. #1605. | |||
| 2011-01-17 | Move the code that clears the upgrade_check site status message to the | Bharat Mediratta | |
| upgrader so that it's cleared any time we run an upgrade. Part of | |||
| 2011-01-16 | Upgrade checking code is now here, along with a bump of the Gallery | Bharat Mediratta | |
| module to v46. There's a new block in the admin dashboard which controls whether automatic checking happens, and lets you check immediately. If a newer version is detected, a site status message appears for admins providing upgrade instructions. Automatic checking is not yet implemented (even though the UI claims that it exists). This is all for #1605. | |||
| 2011-01-11 | Update comments to annotate what data is where during the process. | Bharat Mediratta | |
| Follow-on for #1518. | |||
| 2011-01-11 | Merge branch 'Ticket#1518' of git://github.com/Joe7/gallery3 | Bharat Mediratta | |
| 2011-01-11 | Two improvements to Joe's fix for #1504: | Bharat Mediratta | |
| 1) Trap all exceptions, eg dns or connectivity issues and report back in the form (but put the stack trace in the logs) 2) Rename "noconn" to "no_connection" | |||
| 2011-01-11 | Merge branch 'Ticket#1504' of git://github.com/Joe7/gallery3 | Bharat Mediratta | |
| 2011-01-11 | Merge branch 'fix-viewable2_master' of git://github.com/BigMadWolf/gallery3 | Bharat Mediratta | |
| 2011-01-12 | Returning 2 flags from l10n_client::validate_api_key(), 1 to reflect if ↵ | Joe7 | |
| connection was built up properly (just a boolean, not distuingishing between reasons in case of a failure), the other to reflect API validating success status. Using this presenting a slightly more meaningfull error msg to user in case the connection would fail. Fixes Ticket #1504 | |||
| 2011-01-11 | Removed check as input value is compared against dataset of validated ↵ | Joe7 | |
| values, and request is only processed further in case of a match. => this is unnecessary | |||
| 2011-01-10 | Allow File_Proxy_Controller to run in private gallery mode since it | Bharat Mediratta | |
| does all the right permission checks. This prevents a hotlink to a private photo in a private gallery from kicking the user out to a login page. Fixes #1594. | |||
| 2011-01-09 | Fixed item controllers so that any item position is computed correctly, when ↵ | Jérémy Subtil | |
| some other items belonging to the same parent album are not viewable. Changed depracated calls to item_Model::get_position() to item::get_position(). | |||
| 2011-01-07 | Don't enable the REST module by default (fixes #1585). | Bharat Mediratta | |
| Bump the info module per changes for #662. | |||
| 2011-01-07 | Allow '..' segment in photo/album paths through file_proxy (as is not ↵ | Joe7 | |
| forbidden in other places like add album/item) and explitely look for /../ instead Note: directory path can't end in '.' forcibly so this shall be fine Fixes Ticket #1518 | |||
| 2011-01-03 | Follow on to cfaa62370ecbdb3badf4ab68bbefa7cfedaea154 to fix indentation. | Bharat Mediratta | |
| Fixes #1569. | |||
| 2011-01-03 | Reimplemented Kohana 2.3's View::set_global() with array support. | Joe7 | |
| Allows for cleaner code and fewer function calls. | |||
| 2011-01-03 | Keep view counters of all item types accurate | Joe7 | |
| Added common increment_view_count() func in item model for reuse | |||
| 2010-12-28 | Use db::expr instead of "new Database_Expression". Resolves #1560. | Bharat Mediratta | |
| 2010-12-23 | Create a way for controllers to exempty themselves from maintenance | Bharat Mediratta | |
| mode and private gallery mode by setting the following constants in the controller to true. ALLOW_MAINTENANCE_MODE ALLOW_PRIVATE_GALLERY Fixes #1411 and the subsequent refactoring fixes #1551 as well. | |||
| 2010-12-21 | Updated to use the new item::find_by_path() API. | Bharat Mediratta | |
| 2010-12-15 | Consolidate all the random code into a random helper that offers: | Bharat Mediratta | |
| random::hash() random::string() random::percent() random::int() So that we don't have lots of different ways to get random values all over the code. Follow-on to #1527. | |||
| 2010-12-15 | Use mt_rand() instead of rand() since it provides better portability. | Bharat Mediratta | |
| Fixes #1527. | |||
| 2010-09-29 | Stop caching all module variables in the vars table using the | Bharat Mediratta | |
| name=_cache row. If that overflows, it will cause us to be unable to load variables, and we can't recover from that. Instead, use the Cache table. Bump the gallery module to v40. Fixes ticket #1405. | |||
| 2010-09-18 | The Kohana folks removed the cache cleanup code back in | Bharat Mediratta | |
| http://dev.kohanaframework.org/projects/kohana2/repository/revisions/4605 So now our cache entries don't expire. For now, do cache expiration whenever we render Admin > Maintenance, since that's the type of place that users will go when they want their cache to expire anyway. | |||
| 2010-09-16 | Preserve the image extension on the temp file that we create for | Bharat Mediratta | |
| rotating images. Some versions of GD won't work if we don't do this. Fixes ticket #1375. | |||
| 2010-09-16 | Restrict viewing user profile pages to registered users only, but | Bharat Mediratta | |
| provide a "show_user_profiles_to" setting to allow admins to open it up to everybody (choices there are "registered_users", "admin_users" or "everybody"). Fixes ticket #1378. | |||
| 2010-09-11 | Add CSRF protection to the upgrader. And update the CLI output so | Bharat Mediratta | |
| that it tells you which modules failed to upgrade properly. Fixes ticket #1359. | |||
| 2010-09-10 | If the user is not an admin, don't 403 -- instead just redirect them | Bharat Mediratta | |
| to the root album. Fixes ticket #1356. | |||
| 2010-09-08 | Detect out-of-date modules and put up a message for site admins. | Bharat Mediratta | |
| Fixes ticket #1353. | |||
| 2010-09-08 | Detect when a module fails to upgrade properly and put up an | Bharat Mediratta | |
| informative message to help the user know that she needs to get a newer copy of the module. Fixes ticket #1189. | |||
| 2010-09-04 | Fix full size dimensions after rotating an image on the photo view page. | Bharat Mediratta | |
| The photo view page caches the dimensions of the full size and then renders it in Javascript. But after rotation, those dimensions are no longer valid. Create a new function on the items controller that returns the appropriate dimensions, then add a hook on $.gallery_replace_image and implement the hook on the photo view page to have it make an async call to get the new dimensions. Fixes ticket #1317 | |||
| 2010-09-02 | Don't show the "(## errors)" part of the status message if there haven't ↵ | Bharat Mediratta | |
| been any errors. | |||
| 2010-08-31 | Expire completed uploads and introduce a text message that says how | Bharat Mediratta | |
| many photos have been uploaded successfully. This is to pave the way for retry code later on. | |||
| 2010-08-29 | Revert "Change the theme option page to display using tabs if the site theme ↵ | Bharat Mediratta | |
| has an admin page." This reverts commit d66c496fb1007bbd0b1640496808000c573d95fd. Conflicts: modules/gallery/helpers/theme.php modules/gallery/views/admin_theme_options.html.php themes/admin_wind/css/screen.css | |||
| 2010-08-29 | Bump gallery module to v36 and add a favicon_url variable, which we | Bharat Mediratta | |
| expose in Admin > Appearance > Theme Options and defaults to lib/images/favicon.ico. Thix fixes ticket #1312. | |||
| 2010-08-29 | Move theme::get_edit_form_admin into admin_theme_options since that's | Bharat Mediratta | |
| the only place where it's used and the theme helper is loaded on every page view. | |||
| 2010-08-29 | Convert the "parents" variable from a result iterator to an array so | Bharat Mediratta | |
| that the theme can call empty() on it. Fixes #1318. | |||
| 2010-08-22 | Get rid of the move dialog and move option. Instead, replace it with | Bharat Mediratta | |
| a call to Organize with the appropriate album open. I have not yet figured out how to get the SWF code to highlight the active image, but that's coming. Partial fix for #1204. | |||
| 2010-08-15 | We use UTF-8 everywhere. Fixes ticket #1285. | Bharat Mediratta | |
