Commit Graph
6459 Commits
Author SHA1 Message Date
Automatic Build Number Updater e1f6c7c816 Automated update of .build_number to 88 for branch master
Last update: 463014d336 (7 commits ago)
2011-04-22 08:12:51 -07:00
Bharat Mediratta 1d9afcf441 Merge branch 'master' of github.com:gallery/gallery3 2011-04-22 08:12:01 -07:00
Bharat Mediratta 72149b8c68 Urlencode the tag name so that our html is compliant. Fixes #1672. 2011-04-22 08:11:56 -07:00
Bharat Mediratta 99fd65ff02 Catch the item_updated_data_file() event and rescan. Fixes #1679. 2011-04-22 07:55:34 -07:00
Automatic Build Number Updater 7102c26f80 Automated update of .build_number to 87 for branch master
Last update: 463014d336 (4 commits ago)
2011-04-21 15:51:25 -07:00
Bharat Mediratta b385d458b0 Merge branch 'master' of github.com:gallery/gallery3 2011-04-21 15:50:59 -07:00
Bharat Mediratta 08a6df2274 Normally Router::find_uri() strips off the url suffix for us, but when
we make the theme::$is_admin determination we're working off of the
PATH_INFO so we need to strip it off manually.  Fixes #1631.
2011-04-21 15:50:53 -07:00
Automatic Build Number Updater 9aa1d9d579 Automated update of .build_number to 86 for branch master
Last update: 463014d336 (2 commits ago)
2011-04-21 15:44:43 -07:00
Bharat Mediratta 8cf066b838 Use Tag_Model::url() instead of hand creating tag urls, since the API
changed and that broke.  Fixe #1680.
2011-04-21 15:43:48 -07:00
Bharat Mediratta 5bc0da3652 Create before_combine and after_combine events to allow modules and themes to
interact with the combine list ahead of time, and to be able to do things like
minification after it's combined.  Fixes #1653.
2011-04-21 14:33:08 -07:00
Automatic Build Number Updater 463014d336 Automated update of .build_number to 85 for branch master
Last update: 14eadea2c2 (3 commits ago)
2011-04-21 14:02:13 -07:00
Bharat Mediratta 29450bdd41 Merge branch 'master' of github.com:gallery/gallery3 2011-04-21 14:01:46 -07:00
Chris Kelly 1af4f99108 Add missing CSS tag so tables get aligned. Fixes #1678. 2011-04-21 14:01:02 -07:00
Automatic Build Number Updater 69cefb14ff Automated update of .build_number to 84 for branch master
Last update: 14eadea2c2 (1 commits ago)
2011-04-21 14:00:31 -07:00
Bharat Mediratta 9fe2056106 Use window.location = "url" instead of window.location.reload() so
that we pop back up to the top of the page so that you see the status
message.  Fixes #1676.
2011-04-21 13:59:03 -07:00
Automatic Build Number Updater 14eadea2c2 Automated update of .build_number to 83 for branch master
Last update: 717d580b43 (1 commits ago)
2011-04-10 13:48:27 -07:00
Bharat Mediratta 916b7543d1 Gracefully degrade in the case where the .build_number file is
missing.  Fixes #1673.
2011-04-10 13:46:28 -07:00
Automatic Build Number Updater 717d580b43 Automated update of .build_number to 82 for branch master
Last update: 527e651cda (1 commits ago)
2011-04-04 17:46:10 -07:00
Bharat Mediratta 5b927a7083 Guard against registered users removing tags from items they don't own. Fixes #1671. 2011-04-04 17:45:09 -07:00
Automatic Build Number Updater 527e651cda Automated update of .build_number to 81 for branch master
Last update: e89b0b867c (1 commits ago)
2011-04-04 17:38:15 -07:00
Andy Lindeman 1d0f4b7a43 [Fixes #1574] Render the login form in the same way in every action
This makes sure the "Forgot Your Password?" link appears when the HTML form
is initially rendered.
2011-04-03 15:47:46 -05:00
Automatic Build Number Updater e89b0b867c Automated update of .build_number to 80 for branch master
Last update: f6c5cec145 (1 commits ago)
2011-04-02 16:20:58 -07:00
Bharat Mediratta 213e652955 Merge branch 'Ticket#1666_reset' of git://github.com/Joe7/gallery3 2011-04-02 16:20:07 -07:00
Automatic Build Number Updater f6c5cec145 Automated update of .build_number to 79 for branch master
Last update: 6d1377e9e9 (3 commits ago)
2011-04-02 16:07:29 -07:00
Bharat Mediratta efd28d95e5 Merge branch 'master' of github.com:gallery/gallery3 2011-04-02 16:07:23 -07:00
Bharat Mediratta 531baea2d9 Merge branch 'Ticket#1667' of git://github.com/Joe7/gallery3 2011-04-02 16:07:13 -07:00
Automatic Build Number Updater 2232a2e131 Automated update of .build_number to 78 for branch master
Last update: 6d1377e9e9 (1 commits ago)
2011-04-02 16:01:50 -07:00
mamouneyya 5931cc872d proposed fix for ticket #1664 2011-04-02 15:59:54 -07:00
Automatic Build Number Updater 6d1377e9e9 Automated update of .build_number to 77 for branch master
Last update: 073650192c (1 commits ago)
2011-04-02 15:40:00 -07:00
Bharat Mediratta 9d8eef143d Fix an outdated reference to $entry->file which went away in v4 of the
module.  Fixes #1669.
2011-04-02 15:36:50 -07:00
Joe7 f10648fe0a Sanitize page value before setting offset based on it 2011-04-02 20:56:11 +02:00
Joe7 074f801acd Fix against Ticket #1666 2011-04-02 18:52:54 +02:00
Automatic Build Number Updater 073650192c Automated update of .build_number to 76 for branch master
Last update: ab6050b020 (3 commits ago)
2011-03-27 13:17:58 -07:00
Bharat Mediratta 876565cd34 Merge branch 'master' of github.com:gallery/gallery3 2011-03-27 13:17:21 -07:00
Bharat Mediratta 7f62f09cf3 Improve search to use wildcard matching, thanks to some code from tempg.
Fixes #1663.
2011-03-27 13:16:41 -07:00
Automatic Build Number Updater 9c4fcab0b9 Automated update of .build_number to 75 for branch master
Last update: ab6050b020 (1 commits ago)
2011-03-27 11:51:37 -07:00
Bharat Mediratta 87ce71eb90 Sort users in group box by name. Thanks edisonnews! Fixes #1662. 2011-03-27 11:50:47 -07:00
Automatic Build Number Updater ab6050b020 Automated update of .build_number to 74 for branch master
Last update: d2c77fd059 (6 commits ago)
2011-03-27 11:40:05 -07:00
Bharat Mediratta 0bbdb94f84 Merge branch 'master' of github.com:gallery/gallery3 2011-03-27 11:39:20 -07:00
Bharat Mediratta c12c43a415 A little more work on kandsten's fix for IPv6 support in
10785b1e82:

- some style cleanup
- bump the module version in module.info
- rebuild the installer.sql
2011-03-27 11:38:37 -07:00
Kriss Andsten 10785b1e82 Extend comment module field lenghts to fit IPv6 remote host addresses and long (but legally so) hostnames. 2011-03-27 11:34:52 -07:00
Automatic Build Number Updater fdb85ee242 Automated update of .build_number to 73 for branch master
Last update: d2c77fd059 (3 commits ago)
2011-03-27 11:33:06 -07:00
Bharat Mediratta fa6f233603 Centralize our encoding code into a new helpers and use
mb_convert_encoding if possible.  Build on the work in
c791ae96d5 by momo-i.  Fixes #1660.
2011-03-27 11:31:34 -07:00
Bharat Mediratta 65825c572a Merge branch 'master' of github.com:gallery/gallery3 2011-03-27 11:25:27 -07:00
Automatic Build Number Updater 12e81d081d Automated update of .build_number to 72 for branch master
Last update: e4d4a89a1b (1 commits ago)
2011-03-27 11:20:40 -07:00
Bharat Mediratta 06d1a5221c Merge branch 'master' of git://github.com/ckieffer/gallery3 2011-03-27 11:20:10 -07:00
Automatic Build Number Updater e4d4a89a1b Automated update of .build_number to 71 for branch master
Last update: 1e3bf7e6eb (1 commits ago)
2011-03-15 00:54:08 -07:00
Bharat Mediratta 3fd7debd2f Fix a bug where the placeholder %hide-url didn't match the variable in the assoc. array. Follow on for #1624 2011-03-15 00:53:35 -07:00
Automatic Build Number Updater 1e3bf7e6eb Automated update of .build_number to 70 for branch master
Last update: 7e569a21e3 (5 commits ago)
2011-03-05 18:06:17 -07:00
Bharat Mediratta 32cd28dd19 Merge branch 'master' of github.com:gallery/gallery3 2011-03-05 17:05:50 -08:00