| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-19 | Merge branch 'master' of git://github.com/gallery/gallery3 | Nathan Kinkade | |
| 2013-03-13 | #2061 - Remove Uploadify from add_photo_form/add_photo_form_completed events. | shadlaws | |
| - Added code around event calls in uploader to add Uploadify-specific JS to update the inputs. - Removed Uploadify JS from tag_event. Now it's uploader-agnostic. - Refactored tag_event autocomplete code (no functional changes). | |||
| 2013-03-10 | #2048 - Remove unneeded jquery.autocomplete.css/js inclusions. | shadlaws | |
| - removed autocomplete.css/js calls in server_add, tag, and g2_import. - revised xss_data.txt golden file (line number changes only). | |||
| 2013-02-17 | Fix up autocomplete for admin_server_add - found and fixed some bugs | Bharat Mediratta | |
| in gallery_autocomplete when "multiple" isn't set. Fixed some harmless syntax issues that js2-mode helpfully pointed out. | |||
| 2013-02-14 | Merge branch 'master' of git://github.com/gallery/gallery3 | Nathan Kinkade | |
| 2013-02-03 | Super first pass: | Bharat Mediratta | |
| - jQuery 1.90 - jQuery UI 1.10 - Superfish 1.5.1 (minus all plugins) - jQuery Form 3.26.0-2013.01.28 Deleted all other jQuery plugins for now. - Reworked autocomplete to use the latest jQuery code. - Deleted references to $.browser.msie, no longer supported - Basic CSS support for autocomplete - lots more work needed there | |||
| 2013-01-31 | Drop the requirement to have the install() function set the module | Bharat Mediratta | |
| version. It's redundant. Fixes #1985. | |||
| 2013-01-21 | Update copyright to 2013. Fixes #1953. | Bharat Mediratta | |
| 2012-10-16 | Merge branch 'master' of git://github.com/gallery/gallery3 | Nathan Kinkade | |
| 2012-10-08 | Fix the delete function on item_tags and tag_items collections to | Bharat Mediratta | |
| remove all tags from an item, or remove all items from a tag as appropriate (ie, empty the collection). Fixes #1902. | |||
| 2012-08-06 | Merge branch 'master' of git://github.com/gallery/gallery3 | Nathan Kinkade | |
| 2012-07-21 | Avoid chaining after .gallery_autocomplete() - there are reports that | Bharat Mediratta | |
| it doesn't work with later versions of jQuery. Fixes #1889. | |||
| 2012-06-01 | Merge branch 'master' of git://github.com/gallery/gallery3 | Nathan Kinkade | |
| 2012-05-19 | Create an ajax response framework that inserts <meta> tags to guard | Bharat Mediratta | |
| against UTF-7, and create a $.gallery_autocomplete variant of jQuery's autocomplete that expects the first line to be a <meta> tag and discards it. More complete fix for #1871. | |||
| 2012-05-12 | Merge branch 'master' of git://github.com/gallery/gallery3 | Nathan Kinkade | |
| 2012-04-30 | Fix #1843. | Bharat Mediratta | |
| 2012-03-06 | Merge branch 'master' of git://github.com/gallery/gallery3 | Nathan Kinkade | |
| 2012-02-27 | Update copyright to 2012. #1822 | Bharat Mediratta | |
| 2011-09-28 | Manually fixed a merge conflict after pulling. | Nathan Kinkade | |
| 2011-08-11 | Patch for tickets #1428 and #1760 | Tim Almdal | |
| Create the concept of a Photo_Display_Context. If the user is browsing a dynamic album (i.e. tags) and chooses to look at an image in that album. The display of the image happens correctly, but the 'next' and 'previous' buttons are no longer consistent. When one of these is clicked, Gallery will open the adjacent image in the actuall album, not the dynamic album. | |||
| 2011-05-12 | Changed this back to upstream version since now there is a user setting for ↵ | Nathan Kinkade | |
| tag cloud size. | |||
| 2011-05-12 | Manually merged a conflict after pulling from upstream. | Nathan Kinkade | |
| 2011-04-23 | Insure that the tag count to display is always greater than 0. Refixes #1649. | Tim Almdal | |
| 2011-04-23 | Insure that the tag count to display is always greater than 1. Refixes #1649. | Tim Almdal | |
| 2011-04-22 | Allow the administrator to set the number of tags to display in the cloud ↵ | Tim Almdal | |
| via the advanced settings. Fixes ticket #1649. | |||
| 2011-04-22 | Merge branch 'master' of git://github.com/gallery/gallery3 | Nathan Kinkade | |
| 2011-04-21 | Use Tag_Model::url() instead of hand creating tag urls, since the API | Bharat Mediratta | |
| changed and that broke. Fixe #1680. | |||
| 2011-04-04 | Guard against registered users removing tags from items they don't own. ↵ | Bharat Mediratta | |
| Fixes #1671. | |||
| 2011-04-02 | Fix against Ticket #1666 | Joe7 | |
| 2011-03-27 | Centralize our encoding code into a new helpers and use | Bharat Mediratta | |
| mb_convert_encoding if possible. Build on the work in c791ae96d5bb28f39b26a0e556e10e636f97436c by momo-i. Fixes #1660. | |||
| 2011-01-31 | Did a git pull, but had to manually merge a conflict. | Nathan Kinkade | |
| 2011-01-21 | Update copyright to 2011. | Bharat Mediratta | |
| 2011-01-15 | Fix all the head() and admin_head() theme callbacks to return the | Bharat Mediratta | |
| results of the $theme->css() and $theme->script() calls. This handles the case where combining scripts/css returns HTML instead of putting it in the queue for combination. Fixes #1611. | |||
| 2011-01-14 | Git pull from devel line. | Nathan Kinkade | |
| 2011-01-07 | Move tag count management into the model. Fixes #1586. | Bharat Mediratta | |
| 2011-01-07 | Minor style cleanup | Bharat Mediratta | |
| 2011-01-06 | Updates per Bharat's pull request review. Renamed info_block_metadata event ↵ | Chad Kieffer | |
| to info_block_get_metadata. | |||
| 2011-01-04 | Display an item's tags in the info block. | Chad Kieffer | |
| 2010-12-28 | Use db::expr instead of "new Database_Expression". Resolves #1560. | Bharat Mediratta | |
| 2010-12-06 | Merge branch 'master' of git://github.com/gallery/gallery3 | Nathan Kinkade | |
| 2010-11-14 | Create a task to clean up tag counts and delete tag with no associated | Bharat Mediratta | |
| items. Fixes #1488. | |||
| 2010-11-14 | Create a new task to resync tag task counts and delete tags that have | Bharat Mediratta | |
| no associated items. | |||
| 2010-11-14 | Fix two issues with item deletion: | Bharat Mediratta | |
| 1) We're compacting tags on every deletion which is slow. Since we delete albums in batch, we should just do one tag compaction at the end. Fixes #1487. 2) Issue introduced in 3d952f41c8d90b5c217616fb060697f93fb9db07 where we trigger an item_related_update in tag::clear_all(). Since tag::clear_all() is called when we delete an item, this causes the search module to attempt to index a deleted item. Move that triggering upstream. | |||
| 2010-11-08 | Fix a bug in the way that we add tags that causes it to be really slow | Bharat Mediratta | |
| when adding a tag to lots of items. Tag_Model::save() would call item_related_update for every tag related to an item upon save which is an O(N!) operation. Fixes ticket #1412. | |||
| 2010-09-17 | Pulled latest source from upstream. | Nathan Kinkade | |
| 2010-09-04 | Use the title of the root album as the site title for all RSS feeds. | Bharat Mediratta | |
| Fixes ticket #1307. | |||
| 2010-08-19 | Bump 'Popular tags' widget to show 250 tags, and rename title from 'Popular ↵ | Nathan Kinkade | |
| tags' to 'Tags' | |||
| 2010-07-13 | Check for the existence of uploadify() in the add_photos_form. The HTML ↵ | Bharat Mediratta | |
| uploader won't have that field. | |||
| 2010-06-27 | When detecting encodings, give priority to ISO-8859-1 which seems to | Bharat Mediratta | |
| solve the umlaut problem in IPTC data. Fixes ticket #1144. | |||
| 2010-06-27 | Fix the autocomplete callback in item_edit_form(). We were | Bharat Mediratta | |
| incorrectly matching the form input in the jQuery selector. Did this ever work? Fixes ticket #1168 | |||
