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
/
comment
/
helpers
Age
Commit message (
Expand
)
Author
2009-12-21
Add missing execute() call -- tests ftw!
Bharat Mediratta
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
Refactor the comment module as part of ticket: #917 "Remove Rest Controller"
Tim Almdal
2009-11-12
Re-generate the install.sql so that the keys of the block lists are an md5 ha...
Tim Almdal
2009-11-09
Revert "Try an new approach to extending forms. Create an extend_form event....
Tim Almdal
2009-11-01
Try an new approach to extending forms. Create an extend_form event. For the...
Tim Almdal
2009-11-01
Convert the event handlers for the "identity provider changed" and "user_dele...
Tim Almdal
2009-10-31
Revert "Cleanup typo and change what is passwed into the event. pass the grou...
Tim Almdal
2009-10-31
Add identity_change handlers to resolve the ownership issues of comments, sub...
Tim Almdal
2009-10-30
Patch to clean up loose ends when a user is deleted.
Tim Almdal
2009-10-29
Cleanup typo and change what is passwed into the event. pass the group that t...
Tim Almdal
2009-10-29
Generalize the adding of the recaptcha form by changing the name of the event...
Tim Almdal
2009-10-28
Normalize capitalization ticket #596
Tim Almdal
2009-10-26
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-10-25
Move comment and recaptcha CSS to their respective modules.
Chad Kieffer
2009-10-22
Change the name of identity library from Identity to IdentityProvider. Create...
Tim Almdal
2009-10-16
Remove all non Identity API methods from Identity.php. Created an MY_Session...
Tim Almdal
2009-10-16
Start simplifying the interface by moving the static methods from user.php an...
Tim Almdal
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-13
Specify a page anchor for the comments block.
Bharat Mediratta
2009-09-01
Rename $comment_model to $comments, this time without stomping on the
Bharat Mediratta
2009-09-01
Revert "Rename $comment_model to $comments."
Bharat Mediratta
2009-08-29
Update all code to use helper method html::clean(), html::purify(), ... inste...
Andy Staudacher
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-29
Rename $comment_model to $comments.
Bharat Mediratta
2009-08-29
Fix for 641... extend viewable functionality to comments. Viewable unit test ...
Tim Almdal
2009-08-29
Fix typo in the parameter list
Tim Almdal
2009-08-28
Fix ticket #591: reCaptcha always on the page.
Tim Almdal
2009-08-27
Remove 'ENGINE=InnoDB' specification from tables that we create. Use
Bharat Mediratta
2009-08-08
Update tags module to notify modules when items related to a tag are
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-22
Use the Kohana cascading filesystem to locate resources loaded by the
Bharat Mediratta
2009-07-16
Second non-trivial change to the event code. We now publish model
Bharat Mediratta
2009-07-16
Non-trivial changes to the event handling code:
Bharat Mediratta
2009-07-04
Fix for ticket #477. Use nl2br method when rendering comment::text and
Tim Almdal
2009-07-03
Split the clean method into two clean and purify. clean is a light weight
Tim Almdal
2009-06-26
Create a theme_view function script which allows modules in the head or admin...
Tim Almdal
2009-06-23
Replay change from Romain DE LISEZ to change the state column to be a varchar
Bharat Mediratta
2009-06-23
Upgrade to version 2 and change the state column to a varchar for
Bharat Mediratta
2009-06-23
Refactor the install/upgrade code to be more flexible.
Bharat Mediratta
2009-06-15
Refactor the comment_rss::feed() method to eliminate code duplication.
Bharat Mediratta
2009-06-14
Refactor the way that the rss module works so that we're not allowing
Bharat Mediratta
2009-06-14
Refactor feed code to use stdClass everywhere. Fix bugs in the
Bharat Mediratta
2009-06-14
Don't use stdClass to return the feed data. Just use an array.
Tim Almdal
[next]