Age | Commit message (Expand) | Author |
2011-01-14 | using new menu system and page layouts in search | cash |
2010-12-29 | Fixes #2241 - removed direct calls to the content wrapper view and removed th... | cash |
2010-12-19 | updated search box css | cash |
2010-12-10 | a few more adjustments to the page header | cash |
2010-12-10 | stage 1 of cleaning up page header css | cash |
2010-12-08 | reorganized the page views as discussed | cash |
2010-12-02 | Refs #2700 replaced most underscores with hyphens - there may be broken displ... | cash |
2010-12-01 | screen.css is a better name for our main css file | cash |
2010-11-14 | Fixes #2334: Converted viewtype => listtype and viewtypetoggle => listtypetog... | ewinslow |
2010-11-11 | Fixes #2640 - elgg_view_layout now uses a parameter array like all the other ... | cash |
2010-11-10 | Fixes #2367: With fear and trepidation, converting events/plugin hooks to use... | ewinslow |
2010-11-09 | Fixes #2631 removes 'elgg_' namespace from the page element views - anyone wo... | cash |
2010-11-03 | Fixes #1320: Bundled mods use elgg_echo()'s internal string substitution. | brettp |
2010-11-03 | Fixes #2440: Converted clearfloat to clearfix, brought back orig clearfloat | ewinslow |
2010-11-02 | Fixes #2360: page_draw => elgg_view_page in core + bundled plugins | ewinslow |
2010-10-30 | Refs #2598: Converted most $vars['url'] to elgg_get_site_url() | ewinslow |
2010-10-30 | Refs #2598: Converted virtually all uses of $CONFIG->wwwroot to elgg_get_site... | ewinslow |
2010-10-22 | Removed @license, @copyright, and @author from files. License and copyright a... | brettp |
2010-08-22 | Merged r6812:6837 from 1.7 branch to trunk (skipping some changes to plugins ... | cash |
2010-08-21 | Merged r6586:6587 from 1.7 branch into trunk | cash |
2010-08-21 | Merged r6534-6559 from 1.7 branch to trunk | cash |
2010-08-21 | Merging r6517:6520 from 1.7 branch | cash |
2010-05-05 | Merged 18_new_admin branch to trunk. | brettp |
2010-04-30 | Search results float cleared. | pete |
2010-04-19 | Merged previous to trunk. | brettp |
2010-04-16 | Merged [5623]:head from 1.7 to trunk. | brettp |
2010-04-15 | Update to search results view, and small entity list style updates. | pete |
2010-04-05 | Merged 5605:5622 from 1.7 to trunk. | brettp |
2010-04-05 | Merged 5530:5604 from 1.7 to trunk. | brettp |
2010-03-24 | Added anchor names for comments. | brettp |
2010-03-22 | Merged 1.7 bugfixes back into core. (5376:HEAD). | brettp |
2010-03-15 | Updated File mod to new UI. | pete |
2010-03-13 | seems you need to wrap form inputs fields with the fieldset tag for strict xhtml | dave |
2010-03-12 | Merged Cash's bugfixes from the 1.7 branch (3288:5377). | brettp |
2010-03-11 | Minor interface updates for search results. | pete |
2010-03-11 | Updated Search results UI. | pete |
2010-03-09 | Updated new page canvases (and calls to elgg_view_layout) so that empty vars ... | pete |
2010-03-08 | Removed hard-coded search box and replaced with extended header/extend view f... | brettp |
2010-03-04 | Merged Search interface updates | pete |
2010-03-03 | Pulled in the interface changes. | brettp |
2010-03-02 | Updated the the default search entity view to check for users and groups and ... | brettp |
2010-03-01 | Changed search language array variable name. | brettp |
2010-02-20 | Fixes #1523: Updated search to use ELGG_ENTITIES_NO_VALUE/ANY_VALUE and remov... | brettp |
2010-02-17 | Updated docs for search. | brettp |
2010-02-17 | Fixes #1499: User and group search default to ignoring subtypes to return all... | brettp |
2010-02-16 | Fixed incorrect variable calls in search. | brettp |
2010-02-16 | Not using elgg_get_entities_from_metadata() for tag search because of perform... | brettp |
2010-02-13 | Cleaned up tag searching so you can search on a specific tag. Useful in sear... | brettp |
2010-02-12 | Closes #1506: Added elgg_register_tag_metadata_name(), elgg_get_registered_ta... | brettp |
2010-02-12 | Fixes #1512: Using a helper function for mb_parse_str() instead of wrapping i... | brettp |