Commit Graph
7506 Commits
Author SHA1 Message Date
Automatic Build Number Updater cb8a63bb48 Automated update of .build_number to 395 for branch master
Last update: b10d175d9c (1 commits ago)
[ci skip]
2013-03-11 16:46:19 -07:00
Bharat Mediratta f49ce6542a Merge pull request #201 from shadlaws/fix_2049
#2049 - Fix issues with ports other than http/80 or https/443.
2013-03-11 16:45:50 -07:00
Automatic Build Number Updater b10d175d9c Automated update of .build_number to 394 for branch master
Last update: 7fbe5f0ab1 (1 commits ago)
[ci skip]
2013-03-11 16:39:03 -07:00
Automatic Build Number Updater 063ebed5c1 Merge branch 'master' of github.com:gallery/gallery3 2013-03-11 16:39:03 -07:00
Bharat Mediratta 53c1ae7dca Merge pull request #204 from jozefs/issue1838
#1838 - thumb_proportion should have a minimum size.
2013-03-11 16:38:53 -07:00
Automatic Build Number Updater 7fbe5f0ab1 Automated update of .build_number to 393 for branch master
Last update: c36a4e6bbd (1 commits ago)
[ci skip]
2013-03-11 16:35:22 -07:00
Bharat Mediratta cc80fa035a Merge pull request #207 from shadlaws/fix_siblings_callback
Fix Theme_View::siblings bug - limit and offset reversed in sibling_callback.
2013-03-11 16:35:20 -07:00
Automatic Build Number Updater c36a4e6bbd Automated update of .build_number to 392 for branch master
Last update: ff5f386320 (1 commits ago)
[ci skip]
2013-03-11 16:33:30 -07:00
Bharat Mediratta 243e3b66ca Merge pull request #206 from shadlaws/fix_2050
#2050 - Update Admin_View to handle events like Theme_View.
2013-03-11 16:32:55 -07:00
shadlaws b6dc597c66 Fix Theme_View::siblings bug - limit and offset reversed in sibling_callback.
I wonder if this could be causing some random issues I see on the forums...
2013-03-11 23:10:27 +01:00
shadlaws 63e5dd76d9 #2049 - Fix issues with ports other than http/80 or https/443.
- get SERVER_PORT and add to SERVER_NAME if it's not http/80 or https/443
2013-03-11 18:44:45 +01:00
Automatic Build Number Updater ff5f386320 Automated update of .build_number to 391 for branch master
Last update: 24e720b48e (1 commits ago)
[ci skip]
2013-03-11 09:46:31 -07:00
Bharat Mediratta 313f2abc0c Merge pull request #205 from shadlaws/fix_2053
#2053 - Change all .bind() to .on() for jQuery future-proofing.
2013-03-11 09:46:00 -07:00
Automatic Build Number Updater 24e720b48e Automated update of .build_number to 390 for branch master
Last update: 5c137b655b (1 commits ago)
[ci skip]
2013-03-11 09:45:51 -07:00
Bharat Mediratta 1ed4ef1fb1 Merge pull request #203 from shadlaws/fix_2052
#2052 - Revise gallery.show_full_size.js: update for new jQuery, refactor.
2013-03-11 09:45:39 -07:00
Automatic Build Number Updater 5c137b655b Automated update of .build_number to 389 for branch master
Last update: 2478bb06fd (1 commits ago)
[ci skip]
2013-03-11 09:30:48 -07:00
Bharat Mediratta 12508a71e0 Merge pull request #200 from shadlaws/fix_2048
#2048 - Remove unneeded jquery.autocomplete.css/js inclusions.
2013-03-11 09:30:26 -07:00
Automatic Build Number Updater 2478bb06fd Automated update of .build_number to 388 for branch master
Last update: 4d631a4cad (1 commits ago)
[ci skip]
2013-03-11 09:30:03 -07:00
Bharat Mediratta 1a9f87d3ee Merge pull request #199 from shadlaws/unit_test_fix_20130310
Follow-on fix: if tests throw an exception, don't throw another by calling an undefined variable.
2013-03-11 09:29:51 -07:00
shadlaws 2e94edab53 #2053 - Change all .bind() to .on() for jQuery future-proofing.
- on/off are preferred to bind/unbind, live/die, and delegate/undelegate in jQuery 1.7+
- they're likely on the road toward deprecation, so let's replace them now.
2013-03-11 17:16:20 +01:00
Jozef Selesi 3c47deb9ef Themes can choose child thumbnail when asking for proportion.
This helps themes better calculate an item's container size, for cases
when the first item significantly differs in size from the rest.

Trac-Ticket: #1838
2013-03-11 15:59:00 +01:00
Jozef Selesi bae14a76e5 Themes can set minimum thumbnail size when calculating proportions.
This prevents broken item rendering when thumbnails are smaller than the
theme design allows.

Trac-Ticket: #1838
2013-03-11 15:54:20 +01:00
shadlaws 67504a00eb #2052 - Revise gallery.show_full_size.js: update for new jQuery, refactor.
- fixed for new jQuery.
- removed unnecessary CSS.
- fixed bug where small images would get oversized when the window was resized.
- refactored a few other things.
2013-03-11 15:49:27 +01:00
shadlaws c137740e26 #2050 - Update Admin_View to handle events like Theme_View.
- changed Admin_View event handling to reflect that of Theme_View
(gallery_theme gets called first, admin theme gets called last,
debug mode isn't called for body_attributes and gets g-clear-fix)
2013-03-11 11:40:15 +01:00
shadlaws b43349f4de #2048 - Remove unneeded jquery.autocomplete.css/js inclusions.
- removed autocomplete.css/js calls in server_add, tag, and g2_import.
- revised xss_data.txt golden file (line number changes only).
2013-03-10 22:08:16 +01:00
shadlaws b036b8acc0 Follow-on fix: if tests throw an exception, don't throw another by calling an undefined variable. 2013-03-10 11:27:10 +01:00
Automatic Build Number Updater 4d631a4cad Automated update of .build_number to 387 for branch master
Last update: e2cc29a61a (1 commits ago)
[ci skip]
2013-03-09 15:33:57 -07:00
Bharat Mediratta 0899528ff5 Merge pull request #196 from shadlaws/fix_2046
#2046 - Change Gallery over to using MediaElementJS as its movie player
2013-03-09 14:33:47 -08:00
Automatic Build Number Updater e2cc29a61a Automated update of .build_number to 386 for branch master
Last update: 2b8fdd3b90 (1 commits ago)
[ci skip]
2013-03-09 15:22:01 -07:00
Bharat Mediratta 2c2f61467a Merge pull request #195 from jozefs/master
Add Vagrant-related files to .gitignore
2013-03-09 14:21:58 -08:00
Automatic Build Number Updater 2b8fdd3b90 Automated update of .build_number to 385 for branch master
Last update: 43f2c4ecaa (1 commits ago)
[ci skip]
2013-03-09 15:00:55 -07:00
Bharat Mediratta a01ec9ff5f Merge pull request #197 from shadlaws/followon_2003
Follow-on to #2003 - Fix innocuous typo (unneeded semi-colon).
2013-03-09 14:00:39 -08:00
Automatic Build Number Updater 43f2c4ecaa Automated update of .build_number to 384 for branch master
Last update: f5475535a2 (1 commits ago)
[ci skip]
2013-03-09 14:57:18 -07:00
Bharat Mediratta 451ec32555 Merge pull request #198 from shadlaws/followon_1935
Follow-on to #1935 - Ensure ffmpeg is executable, remove possible doubled "/"
2013-03-09 13:57:03 -08:00
shadlaws de3f9edb88 Follow-on to #1935 - Ensure ffmpeg is executable, remove possible doubled "/".
- movie::find_ffmpeg - made it use is_executable instead of just file_exists.
- system::find_binary - removed possible doubled "/" in paths.
2013-03-09 15:59:23 +01:00
shadlaws 7d9276963e Remove Flash Flowplayer v3. 2013-03-09 12:52:09 +01:00
shadlaws 18f38f0dff #2046 - Change Gallery over to using MediaElementJS as its movie player. 2013-03-09 12:51:45 +01:00
Jozef Selesi 7bb24c3160 Add Vagrant files to .gitignore.
Trac-Ticket: #2047
2013-03-09 02:48:19 +01:00
shadlaws 5665728096 Add MediaElementJS to handle HTML5/Flash/Silverlight video and audio. 2013-03-08 20:51:10 +01:00
shadlaws 717bab9312 Remove HTML5 Flowplayer v5. 2013-03-08 15:22:18 +01:00
shadlaws 5d1033454c Follow-on to #2003 - Fix innocuous typo (unneeded semi-colon). 2013-03-08 12:53:23 +01:00
Automatic Build Number Updater f5475535a2 Automated update of .build_number to 383 for branch master
Last update: 8dc5449541 (1 commits ago)
[ci skip]
2013-03-07 11:40:30 -07:00
Bharat Mediratta 8b47bad74b Merge pull request #194 from shadlaws/fix_2015_extjs_340
#2015 - Update ExtJS to 3.4.0 (in sync with gallery3-vendor).
2013-03-07 10:40:03 -08:00
Automatic Build Number Updater 8dc5449541 Automated update of .build_number to 382 for branch master
Last update: d7ceab5608 (1 commits ago)
[ci skip]
2013-03-07 11:36:38 -07:00
Bharat Mediratta a2c615c0e9 Merge pull request #193 from shadlaws/readme_31_update
Update README.md to say 3.1+ instead of 3.0+.
2013-03-07 10:36:03 -08:00
shadlaws 8b3897915c #2015 - Update ExtJS to 3.4.0 (in sync with gallery3-vendor). 2013-03-07 15:54:13 +01:00
shadlaws cd83b06ab0 Update README.md to say 3.1+ instead of 3.0+. 2013-03-07 10:11:14 +01:00
Automatic Build Number Updater d7ceab5608 Automated update of .build_number to 381 for branch master
Last update: f50590127f (1 commits ago)
[ci skip]
2013-03-06 16:14:25 -07:00
Bharat Mediratta ab5be078d2 Merge pull request #192 from jozefs/master
Fix README.md so new packaging code doesn't bomb out
2013-03-06 15:14:12 -08:00
Jozef Selesi e8552f4e61 Add newline after code block so packaging doesn't complain. 2013-03-07 00:10:36 +01:00