index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
tag
/
helpers
Age
Commit message (
Expand
)
Author
2010-01-02
Remove the Rest_Exception::trigger method.
Tim Almdal
2009-12-31
Create a Rest_Exception class and use it to convey status to the client inste...
Tim Almdal
2009-12-30
1) Remove the rest::not_found method and replace it with "throw new Kohana_40...
Tim Almdal
2009-12-30
whitespace.
Bharat Mediratta
2009-12-27
Clean up validation the check for duplicate names or slugs, finish converting...
Tim Almdal
2009-12-26
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-12-24
Add the functionality to add, delete and rename tags via the Gallery3 remote ...
Tim Almdal
2009-12-23
Provide a REST interface to retrieve tags or tagged items.
Tim Almdal
2009-12-06
Update database queries.
Bharat Mediratta
2009-11-26
Convert some more Database::instance() calls to db::build() form.
Bharat Mediratta
2009-11-26
Convert all DB where() calls to take 3 arguments.
Bharat Mediratta
2009-11-25
ORM::orderby -> ORM::order_by
Bharat Mediratta
2009-11-25
Kohana::show_404() -> throw new Kohana_404_Exception()
Bharat Mediratta
2009-11-25
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-11-25
Refactor the tags to remove the REST_Controller. Partial fix for ticket #917
Tim Almdal
2009-11-20
Convert the Simple Uploader form over to Forge, and use the event
Bharat Mediratta
2009-11-19
Add the ability to add tags for files that are uploaded using the simple loader.
Tim Almdal
2009-11-17
Redesign the way that we consider page types to create buckets of page
Bharat Mediratta
2009-11-09
Revert "Try an new approach to extending forms. Create an extend_form event....
Tim Almdal
2009-11-06
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-11-06
The ajaxify_tag_form was not being called when the block was created. Moved ...
Tim Almdal
2009-11-06
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-11-05
Refactor out the in place editting and use the new gallery.in_place_edit widg...
Tim Almdal
2009-11-01
Try an new approach to extending forms. Create an extend_form event. For the...
Tim Almdal
2009-10-28
Normalize capitalization ticket #596
Tim Almdal
2009-10-18
Moved the short_form init function to gallery.common and made it jQuery plugi...
Chad Kieffer
2009-10-17
Add tag.css to tag admin page.
Chad Kieffer
2009-10-17
Move tag css from theme to the module. Introduced generic .g-inline class for...
Chad Kieffer
2009-10-16
Apply g-short-form directly to short forms rather than via JS. Comment update...
Chad Kieffer
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-09-30
Use the block_manager to manage site sidebar panels. Fixes ticket #110.
Tim Almdal
2009-09-08
Remove unused $feed->link.
Bharat Mediratta
2009-08-29
Merge commit 'upstream/master'
Andy Staudacher
2009-08-29
Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...
Andy Staudacher
2009-08-27
Remove 'ENGINE=InnoDB' specification from tables that we create. Use
Bharat Mediratta
2009-07-28
Change search callbacks to use the event system, so move them out of
Bharat Mediratta
2009-07-28
Use events to generate menus, instead of having xxx_menu helpers.
Bharat Mediratta
2009-07-28
Revert commit 078c77a62b623322956457bfd7bfbdaf56203b00 and change the
Tim Almdal
2009-07-28
Clean up amd simplify the tag processing: Only allow comma separators between
Tim Almdal
2009-07-28
Standardize the specification of tags.
Tim Almdal
2009-07-26
Updated wording of tag separator tip
Chad Kieffer
2009-07-24
Add tag autocomplete to the album and photo edit pop up dialogs.
Tim Almdal
2009-07-24
Partial implementation of ticket #80. Provide auto complete and suggestions o...
Tim Almdal
2009-07-23
Make tag handling consistent by converting spaces to periods and using commas...
Tim Almdal
2009-07-22
Use the Kohana cascading filesystem to locate resources loaded by the
Bharat Mediratta
2009-07-20
Remove the access permission call from here; this is too low level.
Bharat Mediratta
2009-07-20
Make some API changes simplify the tag editing code. We now have a
Bharat Mediratta
2009-07-20
(1)Add tag edit field in album/photo edit form. (2)provide edit functionality...
hiwilson
2009-07-19
Create tag::item_tags which returns all the tags for any one item.
Bharat Mediratta
[next]