[gallery/gallery3] fd332d: Rewrite of edit movie form - a near-identical copy...
GitHub <noreply-9UaJU3cA/F/[email protected]> Sat, 04 May 2013 05:01:04 -0700
| Newsgroups | gmane.comp.web.gallery.cvs |
|---|---|
| Message-ID | <5184f880ecefc_16e01049e20654e8@hookshot-fe1-pe1-prd.aws.github.net.mail> |
Branch: refs/heads/kohana_3
Home: https://github.com/gallery/gallery3
Commit: fd332d592ee273103d7a5060431a22d2755ccb1a
https://github.com/gallery/gallery3/commit/fd332d592ee273103d7a5060431a22d2755ccb1a
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-05-03 (Fri, 03 May 2013)
Changed paths:
M modules/gallery/classes/Gallery/Controller/Movies.php
Log Message:
-----------
Rewrite of edit movie form - a near-identical copy of the edit photo form.
Commit: a18834c5c51445e8cf75f60115e0deba5981c6ca
https://github.com/gallery/gallery3/commit/a18834c5c51445e8cf75f60115e0deba5981c6ca
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-05-04 (Sat, 04 May 2013)
Changed paths:
M modules/tag/classes/Tag/Hook/Rest/ItemTags.php
M modules/tag/classes/Tag/Hook/Rest/Tag.php
M modules/tag/classes/Tag/Hook/TagEvent.php
M modules/tag/classes/Tag/Tag.php
Log Message:
-----------
Remove Tag::item_tags($item) - it's just $item->tags->find_all().
Commit: a6fb8e70f54ae6c811d42be2de0388d51dffcebc
https://github.com/gallery/gallery3/commit/a6fb8e70f54ae6c811d42be2de0388d51dffcebc
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-05-04 (Sat, 04 May 2013)
Changed paths:
M modules/tag/classes/Tag/Tag.php
Log Message:
-----------
Remove Tag::tag_items($tag) - it's just $tag->items->find_all(), and never used.
Commit: 1ec880c2ca1431a14daaf44577d7addfc167d091
https://github.com/gallery/gallery3/commit/1ec880c2ca1431a14daaf44577d7addfc167d091
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-05-04 (Sat, 04 May 2013)
Changed paths:
M modules/gallery/classes/Gallery/Controller/Albums.php
M modules/gallery/classes/Gallery/Controller/Movies.php
M modules/gallery/classes/Gallery/Controller/Photos.php
M modules/tag/classes/Tag/Hook/TagEvent.php
Log Message:
-----------
Fix item_edit_form & item_edit_form_completed events - tags work in edit forms!
Commit: da11a8b8a86534f9756406b9aa6d89ad465d3233
https://github.com/gallery/gallery3/commit/da11a8b8a86534f9756406b9aa6d89ad465d3233
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-05-04 (Sat, 04 May 2013)
Changed paths:
M modules/gallery/classes/Gallery/Album.php
M modules/gallery/classes/Gallery/Controller/Albums.php
M modules/organize/views/organize/frame.html.php
Log Message:
-----------
Rename "Album::get_sort_order_options()" --> "Album::get_sort_column_options()".
After all, that's precisely what it is...
Commit: 89227dfd948006a4347f6b2d949fecb3b15472a8
https://github.com/gallery/gallery3/commit/89227dfd948006a4347f6b2d949fecb3b15472a8
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-05-04 (Sat, 04 May 2013)
Changed paths:
M modules/gallery/config/formo.php
Log Message:
-----------
Update Formo config (should have no net effect on Gallery).
Commit: 825f2d22242b2d8a59c3547a15297d01799b48d6
https://github.com/gallery/gallery3/commit/825f2d22242b2d8a59c3547a15297d01799b48d6
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-05-04 (Sat, 04 May 2013)
Changed paths:
M modules/tag/classes/Tag/Controller/Tags.php
M modules/tag/classes/Tag/Hook/TagBlock.php
M modules/tag/classes/Tag/Tag.php
Log Message:
-----------
Convert add tag form to Formo, use "tags/add" route as sub-request in block.
Commit: c3cab11a3a57e39015a9f1ed9b67af7fae048d0c
https://github.com/gallery/gallery3/commit/c3cab11a3a57e39015a9f1ed9b67af7fae048d0c
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-05-04 (Sat, 04 May 2013)
Changed paths:
M modules/tag/classes/Tag/Controller/Admin/Tags.php
M modules/tag/classes/Tag/Tag.php
M modules/tag/views/admin/tags.html.php
Log Message:
-----------
Convert delete tag form to Formo.
Commit: 02d6dbf49e50b39fe8d56ee341fca45658f01948
https://github.com/gallery/gallery3/commit/02d6dbf49e50b39fe8d56ee341fca45658f01948
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-05-04 (Sat, 04 May 2013)
Changed paths:
M lib/gallery.dialog.js
Log Message:
-----------
Fix formatting in gallery.dialog.js
Commit: 0f22eaef4a473e8e05551eef38c49fec5b65ad00
https://github.com/gallery/gallery3/commit/0f22eaef4a473e8e05551eef38c49fec5b65ad00
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-05-04 (Sat, 04 May 2013)
Changed paths:
M lib/gallery.in_place_edit.js
R modules/gallery/classes/Gallery/InPlaceEdit.php
R modules/gallery/classes/InPlaceEdit.php
R modules/gallery/views/gallery/in_place_edit.html.php
Log Message:
-----------
Simplify InPlaceEdit: remove class and view, make js create Cancel (like dialog)
Commit: bece254c6c8bf6ce139ea503bf88ab8f0b169773
https://github.com/gallery/gallery3/commit/bece254c6c8bf6ce139ea503bf88ab8f0b169773
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-05-04 (Sat, 04 May 2013)
Changed paths:
M modules/tag/classes/Tag/Controller/Admin/Tags.php
M modules/tag/views/admin/tags.html.php
Log Message:
-----------
Convert edit tag form (formerly rename) to Formo using simplified InPlaceEdit.
Commit: ba43cd2e3caaad512f7ca9782017722d7934a07f
https://github.com/gallery/gallery3/commit/ba43cd2e3caaad512f7ca9782017722d7934a07f
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-05-04 (Sat, 04 May 2013)
Changed paths:
M modules/tag/classes/Tag/Controller/Tags.php
Log Message:
-----------
Add length rule to tag add form (now matches edit form).
Commit: fe27f2f34361d01a210dbdb80d0207b3b998930e
https://github.com/gallery/gallery3/commit/fe27f2f34361d01a210dbdb80d0207b3b998930e
Author: Shad Laws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-05-04 (Sat, 04 May 2013)
Changed paths:
M lib/gallery.dialog.js
M lib/gallery.in_place_edit.js
M modules/gallery/classes/Gallery/Album.php
M modules/gallery/classes/Gallery/Controller/Albums.php
M modules/gallery/classes/Gallery/Controller/Movies.php
M modules/gallery/classes/Gallery/Controller/Photos.php
R modules/gallery/classes/Gallery/InPlaceEdit.php
R modules/gallery/classes/InPlaceEdit.php
M modules/gallery/config/formo.php
R modules/gallery/views/gallery/in_place_edit.html.php
M modules/organize/views/organize/frame.html.php
M modules/tag/classes/Tag/Controller/Admin/Tags.php
M modules/tag/classes/Tag/Controller/Tags.php
M modules/tag/classes/Tag/Hook/Rest/ItemTags.php
M modules/tag/classes/Tag/Hook/Rest/Tag.php
M modules/tag/classes/Tag/Hook/TagBlock.php
M modules/tag/classes/Tag/Hook/TagEvent.php
M modules/tag/classes/Tag/Tag.php
M modules/tag/views/admin/tags.html.php
Log Message:
-----------
Merge pull request #347 from shadlaws/fixes_20130504
Fixes 20130504
Compare: https://github.com/gallery/gallery3/compare/b736c229079f...fe27f2f34361
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
__[ g a l l e r y - c h e c k i n s ]_________________________
[ list info/archive --> http://gallery.sf.net/lists.php ]
[ gallery info/FAQ/download --> http://gallery.sf.net ]