Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-02 | Merge branch 'master' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-02-02 | trac #1099: main menu should not lead to IM settings when IM is disabled | Robin Millette | |
2009-02-01 | Resaved identica logo as transparent PNG24 in order to handle various | Sarven Capadisli | |
background colours without having to explicitly apply anti-aliasing. Updated colour information in identica theme. Removed ie7 base stylesheet that's no longer required. Added ie identica stylesheet to handle solid background colour for | |||
2009-01-23 | Not using thickbox... yet | sarven | |
2009-01-22 | phpdocs | Robin Millette | |
2009-01-19 | Moved minor dangling HTML. | sarven | |
2009-01-19 | Extracted the showLocalNav block information into its own method in | sarven | |
order to override it from other actions. This HTML need not be outputted if there is no page_notice. | |||
2009-01-19 | Slightly better hover notices for global nav (glad it's there!) | Evan Prodromou | |
2009-01-19 | Merge branch 'uiredesign' of /var/www/trunk into uiredesign | Evan Prodromou | |
2009-01-19 | Cross-browser stuff | sarven | |
2009-01-19 | Minimal cross browser styling (mostly IE7). w00t! | sarven | |
2009-01-18 | @id for site_nav_global_primary items in order to target for styling | sarven | |
2009-01-18 | Using config site name for creative commons bit. Fix i18n. | sarven | |
2009-01-18 | Update caching methods to use camel case | Evan Prodromou | |
2009-01-17 | Break up settings into two tabset | Evan Prodromou | |
Made two tabsets: account and connect. Removed "Invite" from the global nav to make room. | |||
2009-01-17 | Using @id instead of @class for navigation li | sarven | |
2009-01-17 | Markup clean up and styles | sarven | |
2009-01-16 | Minor | sarven | |
2009-01-16 | Fix to put @class current on the navigation of the page viewed | sarven | |
2009-01-16 | Merge branch 'uiredesign' of /var/www/trunk into uiredesign | Evan Prodromou | |
2009-01-16 | self_url -> selfUrl | Evan Prodromou | |
2009-01-16 | Update to XHR post notice | sarven | |
2009-01-16 | Added jquery.form.js | sarven | |
2009-01-16 | Updating Creative Commons text and image | sarven | |
2009-01-16 | Put action name as body ID | Evan Prodromou | |
2009-01-16 | Minor | sarven | |
2009-01-16 | Fix use of $config in Action | Evan Prodromou | |
2009-01-15 | Merge branch 'uiredesign' of ../evan into uiredesign | sarven | |
2009-01-15 | Move some accounting stuff from publicgroupnav to action | Evan Prodromou | |
More dl's and dd's. Rather than replicate them in every sub-class, let's just put them in one place. | |||
2009-01-15 | Merge branch 'uiredesign' of ../evan into uiredesign | sarven | |
Conflicts: lib/action.php | |||
2009-01-15 | Fix errant } in action | Evan Prodromou | |
2009-01-15 | Merge branch 'uiredesign' of ../evan into uiredesign | sarven | |
2009-01-15 | is_readonly() -> isReadOnly() | Evan Prodromou | |
2009-01-15 | Merge branch 'uiredesign' of ../evan into uiredesign | sarven | |
2009-01-15 | Convert use of common_server_error and common_user_error to methods on Action | Evan Prodromou | |
2009-01-15 | Minor parse error | sarven | |
2009-01-15 | Convert all actions to use new UI functions | Evan Prodromou | |
I did a massive search-and-replace to get all the action subclasses to use the new output function (common_element() -> $this->element(), etc.) There's still a lot to do, but it's a first step | |||
2009-01-15 | Fix use of $config in licenses | Evan Prodromou | |
2009-01-15 | Show NoticeForm only if logged in | Evan Prodromou | |
2009-01-15 | Merge branch 'uiredesign' of ../evan into uiredesign | sarven | |
2009-01-15 | Move wrapper for content | Evan Prodromou | |
2009-01-15 | Added aside_primary id | sarven | |
2009-01-15 | Merge branch 'uiredesign' of ../csarven into uiredesign | Evan Prodromou | |
2009-01-15 | Add aside div | Evan Prodromou | |
2009-01-15 | core uses id | sarven | |
2009-01-15 | Change multiple id=nav to class=nav | Evan Prodromou | |
2009-01-15 | changed to class nav from id | sarven | |
2009-01-15 | Move ID param to end of menuItem and fix bad 'wrap' element | Evan Prodromou | |
2009-01-15 | Merge ../csarven into uiredesign | Evan Prodromou | |
Conflicts: lib/action.php | |||
2009-01-15 | Fix dd in action | Evan Prodromou | |
I think these definition lists are ridiculous, and I particularly resent having to debug them. |