| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-04-21 | Add a key on item_id for the search_records table so that when we left | Bharat Mediratta | |
| join it against the item table to find missing ids it's fast. | |||
| 2009-04-17 | Make the update_index task continue until it has used half a second | Bharat Mediratta | |
| before stopping. This is *way* more efficient than just doing 2 per request. | |||
| 2009-03-26 | Gracefully deal with the case where we resume a stalled task but there | Bharat Mediratta | |
| was no work left to be done. This fixes a divide by zero error. | |||
| 2009-03-21 | Refactor all translation strings that have ambiguous placeholders. | Andy Staudacher | |
| E.g. "%link_startClick here%link_end" is now '<a href="%url">Click here</a>'. Note: This isn't always the best solution. E.g. consider "Foo <a href='%url' class='gDialogLink'>bar</a>." Now the translator has to deal with preserving CSS classes too... | |||
| 2009-03-18 | Remove back ticks from sql | Tim Almdal | |
| 2009-03-18 | Couple of sql statements that had incorrect prefix handling or no | Tim Almdal | |
| prefix handling. | |||
| 2009-03-12 | Strip down the loin page (not sure if this is what bharat had in mind) | Tim Almdal | |
| 2009-03-09 | Get rid of Task_Definition types: they're not necessary. This | Bharat Mediratta | |
| incidentally fixes the the problem that admin/maintenance tasks have been broken. | |||
| 2009-03-05 | Avoid using default task types. Require task::get_definitions() to | Bharat Mediratta | |
| specify a single type and ask for it appropriately in admin_maintenance. Specify a type for every existing task. | |||
| 2009-03-03 | Fix issue identified by security review... some table names where not | Tim Almdal | |
| being translated. | |||
| 2009-02-28 | Change the pattern to identify tables that need prefix substitution to | Tim Almdal | |
| mirror the drupal pattern of using braces {}. | |||
| 2009-02-27 | This implements table prefix for all the queries in core, user, exif, | Tim Almdal | |
| tag, search, comment and notification modules (Ticket #68) | |||
| 2009-02-12 | Corrected indentation | Tim Almdal | |
| 2009-02-12 | Correct typo in variable name | Tim Almdal | |
| 2009-02-02 | Have the quick delete file "item_before_delete" so that search and | Tim Almdal | |
| notification modules can do their thing. In addition, correct search so it works properly and doesn't try to create an Item_id_Model class. | |||
| 2009-02-02 | Reconcile search_records and items when we list the tasks so that we can ↵ | Bharat Mediratta | |
| tell if there're any out of date records that need updating | |||
| 2009-02-02 | First time running search maintenance task, remove any search_records | Bharat Mediratta | |
| that are missing matching items. | |||
| 2009-01-18 | Change the event handlers for maintaining the search index to update | Tim Almdal | |
| the index when items change. | |||
| 2009-01-18 | Remove blank line at the top of the file | Tim Almdal | |
| 2009-01-18 | Update the index right away if there are only < 10 items | Bharat Mediratta | |
| 2009-01-18 | Rename theme callback helpers from xxx_block to xxx_theme to make room | Bharat Mediratta | |
| for us to rename the dashboard helper to be a block helper since sidebar blocks are not just in the dashboard. | |||
| 2009-01-17 | Fix typo.. rebuild_index -> update_index | Bharat Mediratta | |
| 2009-01-17 | Fix a silly bug in item_created() | Bharat Mediratta | |
| 2009-01-17 | Implement relevance ranked boolean searching on a full text index of | Bharat Mediratta | |
| item and comment data. Whew! It's not pretty yet. And you have to manually update the index currently in admin/maintenance. But it works. | |||
| 2009-01-14 | Make sure that helper functions are all static. Add new | Bharat Mediratta | |
| File_Structure_Test to make sure we don't regress. According to the PHP docs, the "public" keyword is implied on static functions, so remove it. Also, require private static functions to start with an _. http://php.net/manual/en/language.oop5.visibility.php | |||
| 2008-12-13 | Layout cleanup and simplification. Move view-mode buttons into sidebar, ↵ | Chad Kieffer | |
| search to header_top. Reduced borders. Started album grid improvements. Minor white space improvements. Still need to handle text/photo alignment in album grid, improve placement of search. | |||
| 2008-11-27 | Centralize logging around installing/uninstalling modules. | Bharat Mediratta | |
| 2008-11-23 | Move search out into its own module and have it display its link at | Bharat Mediratta | |
| the header_bottom() insertion point. | |||
