summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-27Improve search to use wildcard matching, thanks to some code from tempg.Bharat Mediratta
Fixes #1663.
2011-03-27Sort users in group box by name. Thanks edisonnews! Fixes #1662.Bharat Mediratta
2011-03-27Automated update of .build_number to 74 for branch masterAutomatic Build Number Updater
Last update: d2c77fd0590501f7b6b51d9f4cc033ed9485b082 (6 commits ago)
2011-03-27Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-03-27A little more work on kandsten's fix for IPv6 support inBharat Mediratta
10785b1e820c5e10d982c6b49125903886f7b889: - some style cleanup - bump the module version in module.info - rebuild the installer.sql
2011-03-27Extend comment module field lenghts to fit IPv6 remote host addresses and ↵Kriss Andsten
long (but legally so) hostnames.
2011-03-27Automated update of .build_number to 73 for branch masterAutomatic Build Number Updater
Last update: d2c77fd0590501f7b6b51d9f4cc033ed9485b082 (3 commits ago)
2011-03-27Centralize our encoding code into a new helpers and useBharat Mediratta
mb_convert_encoding if possible. Build on the work in c791ae96d5bb28f39b26a0e556e10e636f97436c by momo-i. Fixes #1660.
2011-03-27Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-03-27Automated update of .build_number to 72 for branch masterAutomatic Build Number Updater
Last update: e4d4a89a1bd54164fb62d95ac62a44957d124e68 (1 commits ago)
2011-03-27Merge branch 'master' of git://github.com/ckieffer/gallery3Bharat Mediratta
2011-03-15Automated update of .build_number to 71 for branch masterAutomatic Build Number Updater
Last update: 1e3bf7e6eb51ac550bdc5388f1664f9b4f4dd393 (1 commits ago)
2011-03-15Fix a bug where the placeholder %hide-url didn't match the variable in the ↵Bharat Mediratta
assoc. array. Follow on for #1624
2011-03-05Automated update of .build_number to 70 for branch masterAutomatic Build Number Updater
Last update: 7e569a21e35ad2461709c5487d37d5a2824cca3d (5 commits ago)
2011-03-05Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-03-05When we're not auto-fitting the image, pin it to the top of the page.Bharat Mediratta
This way small images on pages with a ton of comments don't get pushed way down. Fixes #1626.
2011-03-05Automated update of .build_number to 69 for branch masterAutomatic Build Number Updater
Last update: 7e569a21e35ad2461709c5487d37d5a2824cca3d (3 commits ago)
2011-03-05Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-03-05PATH_INFO mangles apostrophe (and other symbols, I'm sure) into aBharat Mediratta
question mark, so any tags containing an apostrophe won't display their contents. Take the simple fix here and change the tag urls to also contain the tag id, which avoids having to add a slug for the tag and all kinds of validation code. Fixes #1636.
2011-03-05Automated update of .build_number to 68 for branch masterAutomatic Build Number Updater
Last update: 7e569a21e35ad2461709c5487d37d5a2824cca3d (1 commits ago)
2011-03-05Put external CSS before external JS, per:Bharat Mediratta
http://code.google.com/speed/page-speed/docs/rtt.html#PutStylesBeforeScripts ref: http://gallery.menalto.com/node/100693 Thanks Serge! Fixes #1633.
2011-03-05Automated update of .build_number to 67 for branch masterAutomatic Build Number Updater
Last update: 3e80fe9228bcbfa01bf87da67a47cd3f284dff01 (2 commits ago)
2011-03-05Add missing phpDoc for the extra Item_Model argument to graphics callsBharat Mediratta
and make the param optional. #1646.
2011-03-05Merge branch 'master' of git://github.com/colings/gallery3Bharat Mediratta
2011-03-02Translate user Web Site label. Link web site on user profile page.Chad Kieffer
2011-02-25Automated update of .build_number to 66 for branch masterAutomatic Build Number Updater
Last update: d2c77fd0590501f7b6b51d9f4cc033ed9485b082 (3 commits ago)
2011-02-24Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-02-24Revert overeager escaping introduced inBharat Mediratta
https://github.com/gallery/gallery3/commit/bb35aefffbc287efc9823abd4b0e451b86c37378 in an attempt to resolve #797. Fixes #1640.
2011-02-24Automated update of .build_number to 65 for branch masterAutomatic Build Number Updater
Last update: d2c77fd0590501f7b6b51d9f4cc033ed9485b082 (1 commits ago)
2011-02-23Added extra arg to gallery_graphics calls and updated userscolings
2011-02-21Added 'item' to parameters passed to graphics rulescolings
2011-02-13Merge remote branch 'upstream/master'colings
2011-02-01fixed tag brokenmomo-i
2011-01-29AUTO_CHECK_INTERVAL --> upgrade_checker::AUTO_CHECK_INTERVALBharat Mediratta
Fixes #1624
2011-01-22Automated update of .build_number to 64 for branch masterAutomatic Build Number Updater
Last update: 52aef6c8fd4b41688417bb0197df85dba3d27325 (4 commits ago)
2011-01-21Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-01-21Update XSS golden fileBharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2011-01-21Automated update of .build_number to 63 for branch masterAutomatic Build Number Updater
Last update: 52aef6c8fd4b41688417bb0197df85dba3d27325 (1 commits ago)
2011-01-21Fix: photos get added as albums in case only some photos are selected via ↵Joe7
server ad Fixes #1619
2011-01-21Automated update of .build_number to 62 for branch masterAutomatic Build Number Updater
Last update: 09a593c832cc768f7e2496273eff4b9b0f77afe0 (1 commits ago)
2011-01-21Add "html_attributes" theme callback to allow modules to inject attributes intoBharat Mediratta
the <html> element, including things like namespaces. Fixes #1615.
2011-01-21Automated update of .build_number to 61 for branch masterAutomatic Build Number Updater
Last update: f25c1fab32d603ee0a835caabb6ccc52451f4891 (1 commits ago)
2011-01-20Fix a bug introduced in the refactor inBharat Mediratta
65448548637f462ad17c12b149cdb2a169d07026 for #1547. By skipping the staging dirs, we wind up scanning the entire filesystem because the first model is blank so there's no leading path before the /*.
2011-01-19Automated update of .build_number to 60 for branch masterAutomatic Build Number Updater
Last update: 265e39fb57537d73302da620c1be542f3246dfcc (1 commits ago)
2011-01-19Fix a bug introduced in 65ff2470a505fbc18211093ac131c29b1e820c3e,Bharat Mediratta
clearly I didn't test this enough. Further fix for #1460.
2011-01-18Automated update of .build_number to 59 for branch masterAutomatic Build Number Updater
Last update: 412f8f73e33d2f8b02eeedc69bc8a486b2d8e2e8 (4 commits ago)
2011-01-18Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-01-18Create a hidden anchor containing the tag cloud autocomplete url. This way ↵Bharat Mediratta
validates. Fix for #1577.
2011-01-18Revert "Temporarily removed ref tag to get the page validated. (Was also ↵Bharat Mediratta
pointing at a rather semi-finished looking page)" This was breaking the tag autocomplete code, which depends on this value. This reverts commit 5e8d92552b1384d99d5fef56333deb7eb67a8f92.