Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Move/reorg Twitter broadcast code to lib/twitter.php in prep for | Zach Copley | |
making a twitterqueuehandler. | |||
2009-02-11 | Ticket 1172. Capitalizing first character of each word to uppercase | Sarven Capadisli | |
instead of putting all characters to uppercase. | |||
2009-02-11 | Merge branch 'master' of git://gitorious.org/laconica/mainline | Evan Prodromou | |
2009-02-11 | fix command classes | Evan Prodromou | |
2009-02-11 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-02-11 | Move Commands stuff out of classes | Evan Prodromou | |
The classes/ subdir is primarily for the DB_DataObject classes. Stuff in there can get stomped by various generation scripts. I've moved the lurkers there -- related to command-handling -- to lib/. Since auto-loading works fine with lib/, there shouldn't be much of a visible change here. | |||
2009-02-11 | change htmloutputter to use exception instead of common_user_error | Evan Prodromou | |
2009-02-11 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Sarven Capadisli | |
2009-02-11 | Minor correction: pikiw -> piwik | Sarven Capadisli | |
2009-02-11 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-02-11 | Handle DB_DataObject errors better | Evan Prodromou | |
We try to handle DB_DataObject errors a little bit better. Previously, they just spit out a cryptic string to the browser with a suggestion to turn on debugging (not a good idea!). So, we catch the error, write the full error message to the log, and then tell users that the can contact the admins if they need to. | |||
2009-02-11 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Sarven Capadisli | |
2009-02-11 | Minor. Changed from @class location to label | Sarven Capadisli | |
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 | fix Atom link, add Atom and RSS 2.0 to <head> | Evan Prodromou | |
2009-02-11 | Merge branch 'sgmurphy-clone/0.7.x' into 0.7.x | Evan Prodromou | |
2009-02-11 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-02-11 | Merge branch 'urlroute' into 0.7.x | Evan Prodromou | |
2009-02-11 | add related link to Atom for feeds for some downstream users | Evan Prodromou | |
2009-02-11 | add related link to Atom for feeds for some downstream users | Evan Prodromou | |
2009-02-12 | Style the notice form and notices to better avoid need to scroll around. | Meitar Moscovitz | |
2009-02-11 | Use a router singleton | Evan Prodromou | |
2009-02-10 | Build urls using Net_URL_Mapper, too | Evan Prodromou | |
2009-02-10 | Moved /doc/ to /doc-src/ | Evan Prodromou | |
Moved the doc/ dir to /doc-src/ so that the actual markdown files aren't substituted for the docs. | |||
2009-02-10 | integrate URL routing into core code | Evan Prodromou | |
2009-02-10 | Fixed 1174: schemeless URL auto-linking bug | Sean Murphy | |
2009-02-10 | trac #233 Explicitely show we have an rss feed for notice searches. | Robin Millette | |
2009-02-10 | Required Net URL needed for Net URL Mapper | Evan Prodromou | |
2009-02-10 | Move Mapper to correct spot in the hierarchy | Evan Prodromou | |
2009-02-10 | Add Net_URL_Mapper to extlib | Evan Prodromou | |
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 | Merge commit 'upstream/0.7.x' into 0.7.x | Sean Murphy | |
2009-02-09 | Fixed #1025: Delete avatar option. | Sean Murphy | |
2009-02-09 | Fixed remaining substr_replace with multibyte equivalent. | Sean Murphy | |
2009-02-09 | Fixed remote subscribe avatar problems | Evan Prodromou | |
Had some Avatar file-copying issues; seem to be fixed. | |||
2009-02-09 | Fixed remote subscribe avatar problems | Evan Prodromou | |
Had some Avatar file-copying issues; seem to be fixed. | |||
2009-02-09 | trac #1160 fix dropdown xmloutput function for the selected attribute and ↵ | Robin Millette | |
fix newmessage auto-selected dropdown. | |||
2009-02-09 | Merge commit 'upstream/0.7.x' into 0.7.x | Sean Murphy | |
2009-02-09 | Fixed #1170: Auto-linking bug when URL cotains special chars. | Sean Murphy | |
2009-02-09 | Add a hook for showing sidebar sections | Evan Prodromou | |
2009-02-09 | add some indices for performance | Evan Prodromou | |
2009-02-09 | "Change your email address..." msg was printing out \n instead of a newline | Zach Copley | |
2009-02-09 | trac #1155 ++ replace strlen with mb_strlen for all utf8 strings. | Robin Millette | |
2009-02-09 | Safer, better script for automatically updating Facebook statuses | Zach Copley | |
2009-02-09 | Trac #1159: Fix peopletag pagination. Also phpcs cleanup. | Zach Copley | |
2009-02-09 | Minor update to the way Facebook app handles listing of friends you've invited. | Zach Copley | |
2009-02-09 | Ticket #1094 Facebook app invites page was failing if no friends had added ↵ | Zach Copley | |
the app yet | |||
2009-02-09 | upgrade jQuery from 1.3 to 1.3.1 | Evan Prodromou | |