[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gallery-checkins
Subject:    [Gallery-checkins] [gallery/gallery3] c61bc6: Rename Controller_Items::action_add() to Controlle...
From:       GitHub <noreply () github ! com>
Date:       2013-05-12 12:49:04
Message-ID: 518f8fc0e58d8_1a7ae13de07886b () hookshot-fe3-pe1-prd ! aws ! github ! net ! mail
[Download RAW message or body]

Branch: refs/heads/kohana_3
  Home:   https://github.com/gallery/gallery3
  Commit: c61bc647ee7de58a0302f0034ca6e8c1bc158638
      https://github.com/gallery/gallery3/commit/c61bc647ee7de58a0302f0034ca6e8c1bc158638
  Author: shadlaws <shad@shadlaws.com>
  Date:   2013-05-12 (Sun, 12 May 2013)

  Changed paths:
    M modules/gallery/classes/Gallery/Controller/Items.php
    M modules/gallery/classes/Gallery/Hook/GalleryEvent.php

  Log Message:
  -----------
  Rename Controller_Items::action_add() to Controller_Items::action_add_album()


  Commit: 0c5db35638394404900a088fea9956a3da0183d4
      https://github.com/gallery/gallery3/commit/0c5db35638394404900a088fea9956a3da0183d4
  Author: shadlaws <shad@shadlaws.com>
  Date:   2013-05-12 (Sun, 12 May 2013)

  Changed paths:
    M modules/watermark/classes/Watermark/Controller/Admin/Watermarks.php

  Log Message:
  -----------
  Improve Controller_Admin_Watermarks::action_add() uploading security/simplicity.


  Commit: bf4ce7997683b95db282f62e099d0f6db167ad32
      https://github.com/gallery/gallery3/commit/bf4ce7997683b95db282f62e099d0f6db167ad32
  Author: shadlaws <shad@shadlaws.com>
  Date:   2013-05-12 (Sun, 12 May 2013)

  Changed paths:
    M modules/server_add/classes/ServerAdd/Controller/ServerAdd.php

  Log Message:
  -----------
  Streamline Controller_ServerAdd::add() to be less album/photo/movie-specific.


  Commit: 72fe27cf98bd9ecae3028798e9c82d11e1d63420
      https://github.com/gallery/gallery3/commit/72fe27cf98bd9ecae3028798e9c82d11e1d63420
  Author: shadlaws <shad@shadlaws.com>
  Date:   2013-05-12 (Sun, 12 May 2013)

  Changed paths:
    M modules/gallery/classes/Gallery/Controller/Items.php

  Log Message:
  -----------
  Tweak Controller_Items - standardize item edit CSS id, ensure titles are purified.


  Commit: c12091e9d1854a11690b2294e2aa38916954062f
      https://github.com/gallery/gallery3/commit/c12091e9d1854a11690b2294e2aa38916954062f
  Author: shadlaws <shad@shadlaws.com>
  Date:   2013-05-12 (Sun, 12 May 2013)

  Changed paths:
    M modules/gallery/classes/Gallery/Controller/Items.php
    M modules/gallery/classes/Gallery/Hook/GalleryEvent.php
    M modules/tag/classes/Tag/Hook/TagEvent.php
    M themes/wind/views/required/album.html.php

  Log Message:
  -----------
  Add Controller_Items::add() to handle photo/movie uploads.
- converted to K3 and Formo.  Uploadify is gone.
- made it work for single file uploads.
- renamed form events to be less photo-specific.
- revised tag module to use form events to add/process tags as needed.
- @todo: change the group label and menu items to be less photo-specific.
- @todo: integrate jquery_file_upload and/or plupload.


  Commit: 91ce42ed8dd129164f00c6d54301aaf831b4c981
      https://github.com/gallery/gallery3/commit/91ce42ed8dd129164f00c6d54301aaf831b4c981
  Author: shadlaws <shad@shadlaws.com>
  Date:   2013-05-12 (Sun, 12 May 2013)

  Changed paths:
    M .htaccess
    R lib/swfobject.js
    R lib/uploadify/cancel.png
    R lib/uploadify/jquery.uploadify.min.js
    R lib/uploadify/uploadify.allglyphs.swf
    R lib/uploadify/uploadify.css
    R lib/uploadify/uploadify.fla
    R lib/uploadify/uploadify.swf
    M modules/gallery/assets/gallery.css
    R modules/gallery/classes/Controller/Uploader.php
    R modules/gallery/classes/Gallery/Controller/Uploader.php
    M modules/gallery/classes/Gallery/Hook/GalleryTheme.php
    A modules/gallery/orphans/controllers/Uploader.php
    A modules/gallery/orphans/css/gallery_uploader.css

  Log Message:
  -----------
  Remove the Flash-based Uploadify.  Au revoir !
- modified comments in htaccess.
- moved uploader-specific code in gallery.css to orphans.
- moved Controller_Uploader class to orphans.
- modified head() theme hook to remove uploadify.css.
- removed uploadify and swfobject libraries.

--HG--
rename : modules/gallery/classes/Gallery/Controller/Uploader.php => \
modules/gallery/orphans/controllers/Uploader.php


  Commit: c4470a85536d177e7495bceaa3791abaca682bf5
      https://github.com/gallery/gallery3/commit/c4470a85536d177e7495bceaa3791abaca682bf5
  Author: Shad Laws <shad@shadlaws.com>
  Date:   2013-05-12 (Sun, 12 May 2013)

  Changed paths:
    M .htaccess
    R lib/swfobject.js
    R lib/uploadify/cancel.png
    R lib/uploadify/jquery.uploadify.min.js
    R lib/uploadify/uploadify.allglyphs.swf
    R lib/uploadify/uploadify.css
    R lib/uploadify/uploadify.fla
    R lib/uploadify/uploadify.swf
    M modules/gallery/assets/gallery.css
    R modules/gallery/classes/Controller/Uploader.php
    M modules/gallery/classes/Gallery/Controller/Items.php
    R modules/gallery/classes/Gallery/Controller/Uploader.php
    M modules/gallery/classes/Gallery/Hook/GalleryEvent.php
    M modules/gallery/classes/Gallery/Hook/GalleryTheme.php
    A modules/gallery/orphans/controllers/Uploader.php
    A modules/gallery/orphans/css/gallery_uploader.css
    M modules/server_add/classes/ServerAdd/Controller/ServerAdd.php
    M modules/tag/classes/Tag/Hook/TagEvent.php
    M modules/watermark/classes/Watermark/Controller/Admin/Watermarks.php
    M themes/wind/views/required/album.html.php

  Log Message:
  -----------
  Merge pull request #363 from shadlaws/file_uploads

File uploads


Compare: https://github.com/gallery/gallery3/compare/b99541d6a774...c4470a85536d



------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may

__[ 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 ]

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic