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
/
search
Age
Commit message (
Expand
)
Author
2009-10-04
Fixed previous over zealous find and replace.
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
Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ...
Chad Kieffer
2009-09-17
Remove the update code introduced with 9d7d79. In addition, captialize MyISA...
Tim Almdal
2009-09-16
Changed the search module installer to explicitly specify MyISAM as the datab...
Tim Almdal
2009-09-08
Move specialized (pretty) url generation back into Item_Model so that
Bharat Mediratta
2009-08-31
Fix XSS vectors in HTML attributes (mostly t() calls)
Andy Staudacher
2009-08-31
Rename mark_safe() to mark_clean()
Andy Staudacher
2009-08-30
Merge commit 'upstream/master'
Andy Staudacher
2009-08-30
Change the processing time for search_task and exif_task to start the
Bharat Mediratta
2009-08-30
Change all instances of SafeString::of_safe_html() to html::mark_safe() in vi...
Andy Staudacher
2009-08-29
Update all code to use helper method html::clean(), html::purify(), ... inste...
Andy Staudacher
2009-08-29
Undo url helper changes - url methods no longer return a SafeString.
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-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-08-02
Change the API for getting to the original state of an ORM.
Bharat Mediratta
2009-07-30
Remove debugging print statement in search.php
Tim Almdal
2009-07-28
Change search callbacks to use the event system, so move them out of
Bharat Mediratta
2009-07-23
Use BOOLEAN instead of integer to describe the permissions :
Romain LE DISEZ
2009-07-19
Remove success logging. Only log on errors, otherwise the log is huge.
Bharat Mediratta
2009-07-16
Non-trivial changes to the event handling code:
Bharat Mediratta
2009-07-13
Add quotes around all values that contain spaces in them, and add a
Bharat Mediratta
2009-07-10
Fix a bug where the task message was not being set
Tim Almdal
2009-07-09
Revert "Revert "Add task logging to the "Update Search Index" task""
Tim Almdal
2009-07-09
Revert "Add task logging to the "Update Search Index" task"
Tim Almdal
2009-07-08
Add task logging to the "Update Search Index" task
Tim Almdal
2009-07-07
Revert "Forgot this when i was cleaning up for ticket #519"
Tim Almdal
2009-07-07
Forgot this when i was cleaning up for ticket #519
Tim Almdal
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-24
SQL is case insensitive
Romain LE DISEZ
2009-06-24
Improve compatibility with other RDBMS
Romain LE DISEZ
2009-06-23
Refactor the install/upgrade code to be more flexible.
Bharat Mediratta
2009-06-02
Fix for ticket #320
Tim Almdal
2009-05-31
Run p::clean() on any variables that contain data entered by users.
Bharat Mediratta
2009-05-27
Update all references to the core application to now point to the
Bharat Mediratta
2009-05-26
clean up whitespace errors introduced in last commit
Bharat Mediratta
2009-05-26
Restructure the module lifecycle.
Bharat Mediratta
2009-05-20
Avoid complex inserts in available_tasks() to make admin/maintenance
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-05-11
Index photos as they're added
Bharat Mediratta
2009-05-10
Use a clearer query syntax for deleting extra search and exif records (thanks...
Bharat Mediratta
2009-04-21
Remove duplicate word from status message
Tim Almdal
2009-04-21
Make the task iteration duration 1 second instead of 500ms.
Bharat Mediratta
2009-04-21
Add a key on item_id for the search_records table so that when we left
Bharat Mediratta
2009-04-17
Make the update_index task continue until it has used half a second
Bharat Mediratta
2009-03-26
Gracefully deal with the case where we resume a stalled task but there
Bharat Mediratta
2009-03-21
Refactor all translation strings that have ambiguous placeholders.
Andy Staudacher
[next]