Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-04 | fix pagination links with new URL mapper | Evan Prodromou | |
2009-02-26 | Hook for setting document content type, charset, language, DOCTYPE and | Sarven Capadisli | |
html element properties | |||
2009-02-24 | Print stylesheet | Sarven Capadisli | |
2009-02-20 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Zach Copley | |
2009-02-20 | New doc page for Identi.ca badge and minor updates to badge's js | Zach Copley | |
2009-02-20 | Hooks for: local navigation | Sarven Capadisli | |
2009-02-18 | more correct handling of etags and last-modified | Evan Prodromou | |
2009-02-18 | Merge branch 'dev-0.7.x' into framebusting | Meitar Moscovitz | |
Conflicts: lib/action.php | |||
2009-02-17 | Merge branch 'mobile-style' of git://gitorious.org/laconica/meitar into review | Sarven Capadisli | |
Conflicts: lib/action.php | |||
2009-02-16 | trac #201 Add flowplayer to enable multimedia playback capability. | Robin Millette | |
2009-02-16 | Add framebusting JavaScript to help avoid clickjacking attacks. | Meitar Moscovitz | |
2009-02-13 | Hooks for: custom, laconica, UA specific stylesheets | Sarven Capadisli | |
2009-02-12 | Hooks for: header, contentblock, footer | Sarven Capadisli | |
2009-02-12 | Revert "Code to handle PEAR_Errors raised by DB_DataObject that are bubbling" | Evan Prodromou | |
This reverts commit 9f035e2847e0d119ca3d70e02df6f4fa73ca64c3. It's a lot of complicated stuff, and the global handler probably does fine. | |||
2009-02-12 | Revert "Just discovered the PEAR_Error handling function in index.php. Duh." | Evan Prodromou | |
This reverts commit 616bdd43a921b2554d21b80af28ddb0fb6cb3c16. Kind of a long hard way to deal with a simple situation, so I'd prefer to just use the global handler. | |||
2009-02-11 | Just discovered the PEAR_Error handling function in index.php. Duh. | Zach Copley | |
Renamed the Action functions to throw an exception like it. I still think it probably makes sense to have the callback defined in both places for finer control. | |||
2009-02-11 | Code to handle PEAR_Errors raised by DB_DataObject that are bubbling | Zach Copley | |
up, but are actually expected and can safely be ignored. | |||
2009-02-11 | Unify feeds definition in actions | Evan Prodromou | |
I got a little sick of trying to keep the export data and <head> links synched in actions, so I made a common method, getFeeds(), which gets the feeds for both. It returns an array of Feed objects, which know about what their mime type is, title, location, all that jazz. I changed the FeedList class so it handles the new Feed objects instead of the old array of data. I changed all the actions that show feeds (I think...) so that they now use getFeeds() for all their feed needs. | |||
2009-02-11 | Trigger only on handheld device screens, not on browser screens, d'oh! | Meitar Moscovitz | |
2009-02-11 | Add streamlined mobile device-friendly styles when enabled in config. | Meitar Moscovitz | |
A new mobile-specific style sheet is added and loaded only if the `$config['site']['mobile']` configuration variable is set to true. | |||
2009-02-09 | Add a hook for showing sidebar sections | Evan Prodromou | |
2009-02-09 | add hooks for JavaScript handling | Evan Prodromou | |
2009-02-09 | First events for adding menu items | Evan Prodromou | |
2009-02-09 | Fix indentation in lib/action.php | Evan Prodromou | |
2009-02-09 | Index and Action use Exceptions | Evan Prodromou | |
Main Web entry point accepts exceptions, and main code in Action throws them. | |||
2009-02-04 | Allow HTML in site notice (Bug#1002) | Evan Prodromou | |
2009-02-03 | Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk into 0.7.x | Evan Prodromou | |
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-02 | Better cross-browser support for page and text zoom-in/out. | Sarven Capadisli | |
2009-02-01 | Rearraned stylesheet order for IE and fixed path to files for base IE ↵ | Sarven Capadisli | |
stylesheets | |||
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 | |