| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 ↵ | Bharat Mediratta | |
| (thanks Romain LE DISEZ) | |||
| 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 | |
| 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-13 | Ticket #2. Tighten up search results UI. | Chad Kieffer | |
| 2009-02-12 | Corrected indentation | Tim Almdal | |
| 2009-02-12 | Correct typo in variable name | Tim Almdal | |
| 2009-02-06 | jQuery-based buttons! Form updates, short form updates. Need to fix add ↵ | Chad Kieffer | |
| user/group buttons and search form on search results page. | |||
| 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 | |||
| 2009-01-08 | i18n refactoring: Rename all _() (reserved by gettext) calls to t(). | Andy Staudacher | |
| - And refactor printf to our string interpolation / pluralization syntax - Also, a slight change to the translations_incomings table, using binary(16) instead of char(32) as message key. | |||
| 2009-01-04 | Update description. | Bharat Mediratta | |
| 2009-01-01 | Change the preamble for views in two ways: | Bharat Mediratta | |
| 1) drop unnecessary semicolon 2) start with <?php for extra security in the case that the server itself doesn't have short_tags enabled (the app won't work, but we need to make sure that we're still secure) | |||
| 2008-12-22 | Change the way that we track modules. | Bharat Mediratta | |
| Each module now has a "module.info" file that has information about the module, including the core. We can display the installed version, and the version in the code. Also take a first shot at a modules admin page. | |||
| 2008-12-17 | Added JS to set/reset simple forms' input values to their corresponding ↵ | Chad Kieffer | |
| labels' value. Labels should always be used with visible inputs. Use this to style and control short form input display and behavior. | |||
| 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. | |||
