| Age | Commit message (Expand) | Author |
| 2009-09-10 | Convert a couple of instances of Item_Model::url(array(), true) to Item_Model... | Bharat Mediratta |
| 2009-09-10 | Use abs_url() inside url::redirect() calls so that we don't just wind | Bharat Mediratta |
| 2009-09-08 | Check for subscribers *before* going through the process of creating | Bharat Mediratta |
| 2009-09-08 | Move specialized (pretty) url generation back into Item_Model so that | Bharat Mediratta |
| 2009-08-31 | XSS review fixes (mostly adding missing html::mark_clean()) calls. | Andy Staudacher |
| 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 | Log the actual exception details, before swallowing the exception. | Bharat Mediratta |
| 2009-08-28 | Fix a bug in notification where were using get() instead of current() | Bharat Mediratta |
| 2009-08-28 | Don't record mail failures when we throw the exception, record them | Bharat Mediratta |
| 2009-08-28 | Wrap all the notification helpers call with a try catch that swallows the exc... | Tim Almdal |
| 2009-08-27 | Remove 'ENGINE=InnoDB' specification from tables that we create. Use | Bharat Mediratta |
| 2009-08-02 | Change the API for getting to the original state of an ORM. | Bharat Mediratta |
| 2009-07-28 | Use events to generate menus, instead of having xxx_menu helpers. | Bharat Mediratta |
| 2009-07-25 | Rename columns that use reserved SQL words : items.left and items.right | Romain LE DISEZ |
| 2009-07-23 | Remove extra error log line | Bharat Mediratta |
| 2009-07-22 | Modified the notification get_subscribers to ignore any users that don't | Tim Almdal |
| 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-09 | Fix typo in p::purify() call. | 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-23 | Refactor the install/upgrade code to be more flexible. | Bharat Mediratta |
| 2009-06-05 | Move watch notification menu from the view menu to under the Options menu. | Chad Kieffer |
| 2009-06-04 | Update notify/watch eyeglasses icon with bullhorn icon. Rename css/image name... | Chad Kieffer |
| 2009-06-01 | Security pass over all controller code. Mostly adding CSRF checking | Bharat Mediratta |
| 2009-05-31 | Run all variables that come from user-entered data through p::clean() | Bharat Mediratta |
| 2009-05-31 | Run p::clean() on any variables that contain data entered by users. | Bharat Mediratta |
| 2009-05-26 | Restructure the module lifecycle. | Bharat Mediratta |
| 2009-05-21 | Redirect after success to the absolute url | Bharat Mediratta |
| 2009-05-13 | Gee it's May already. Update copyright to 2009. | Bharat Mediratta |
| 2009-03-04 | Redefine the batch API to be very very simple. You call | Bharat Mediratta |
| 2009-03-04 | A variety of cleanups: | Bharat Mediratta |
| 2009-03-04 | Simplify logic a bit and tweak the visible text. | Bharat Mediratta |
| 2009-03-04 | Send 1 items added notification per batch of items | Tim Almdal |
| 2009-03-03 | Undo r20234 | Tim Almdal |
| 2009-03-03 | Removed the === false and === true checks | Tim Almdal |
| 2009-02-28 | Change the pattern to identify tables that need prefix substitution to | Tim Almdal |
| 2009-02-27 | This implements table prefix for all the queries in core, user, exif, | Tim Almdal |
| 2009-02-10 | Clean up translations to use t() properly and differentiate between | Bharat Mediratta |
| 2009-02-10 | Indentation fix. | Bharat Mediratta |
| 2009-02-08 | Use the ORM method delete_all to remove selected records from the | Tim Almdal |
| 2009-02-05 | Set default charset to utf8 | Bharat Mediratta |
| 2009-02-04 | Delete subscriptions when a user is deleted | Tim Almdal |
| 2009-02-02 | Notifications now send emails when a comment is published. It won't | Tim Almdal |
| 2009-02-02 | Enable csrf validation on the add/remove notification controller | Tim Almdal |
| 2009-02-02 | code audit fixes + bug fix: don't call sendmail with an empty To list (in not... | Andy Staudacher |
| 2009-02-02 | Add sending notifications when an item is deleted. We are almost | Tim Almdal |
| 2009-02-02 | Change the item menu to allow the watch icon to change depending on | Tim Almdal |