summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-04-04Guard against registered users removing tags from items they don't own. ↵Bharat Mediratta
Fixes #1671.
2011-04-04Automated update of .build_number to 81 for branch masterAutomatic Build Number Updater
Last update: e89b0b867c2354fe56818878026e7f1f5df00f4e (1 commits ago)
2011-04-03[Fixes #1574] Render the login form in the same way in every actionAndy Lindeman
This makes sure the "Forgot Your Password?" link appears when the HTML form is initially rendered.
2011-04-02Automated update of .build_number to 80 for branch masterAutomatic Build Number Updater
Last update: f6c5cec1451d23897f0b99b6a3cee90974f2764c (1 commits ago)
2011-04-02Merge branch 'Ticket#1666_reset' of git://github.com/Joe7/gallery3Bharat Mediratta
2011-04-02Automated update of .build_number to 79 for branch masterAutomatic Build Number Updater
Last update: 6d1377e9e9f232e1db3a7d1fc2a9409e5248fdda (3 commits ago)
2011-04-02Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-04-02Merge branch 'Ticket#1667' of git://github.com/Joe7/gallery3Bharat Mediratta
2011-04-02Automated update of .build_number to 78 for branch masterAutomatic Build Number Updater
Last update: 6d1377e9e9f232e1db3a7d1fc2a9409e5248fdda (1 commits ago)
2011-04-02proposed fix for ticket #1664mamouneyya
2011-04-02Automated update of .build_number to 77 for branch masterAutomatic Build Number Updater
Last update: 073650192c094080b689cd8ee202554b992223dc (1 commits ago)
2011-04-02Fix an outdated reference to $entry->file which went away in v4 of theBharat Mediratta
module. Fixes #1669.
2011-04-02Sanitize page value before setting offset based on itJoe7
2011-04-02Fix against Ticket #1666Joe7
2011-03-30proposed fix for ticket #1664mamouneyya
2011-03-27Automated update of .build_number to 76 for branch masterAutomatic Build Number Updater
Last update: ab6050b02023b94a600d41747080aa280eed5043 (3 commits ago)
2011-03-27Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-03-27Improve search to use wildcard matching, thanks to some code from tempg.Bharat Mediratta
Fixes #1663.
2011-03-27Automated update of .build_number to 75 for branch masterAutomatic Build Number Updater
Last update: ab6050b02023b94a600d41747080aa280eed5043 (1 commits ago)
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-26fix width value of dialogue status messages. it should be exactly 434px and ↵mamouneyya
not 400px http://grab.by/9Ht4 http://grab.by/9Ht5
2011-03-26cleanup file + fix the path of rtl-separator imagemamouneyya
2011-03-26cleanup filemamouneyya
2011-03-26Merge remote-tracking branch 'gallery3/master'mamouneyya
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-27Merge remote-tracking branch 'gallery3/master'mamouneyya
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