Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-11 | Move/reorg Twitter broadcast code to lib/twitter.php in prep for | Zach Copley | |
making a twitterqueuehandler. | |||
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 | 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 | Use a router singleton | Evan Prodromou | |
2009-02-10 | Build urls using Net_URL_Mapper, too | Evan Prodromou | |
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-09 | Fixed remaining substr_replace with multibyte equivalent. | Sean Murphy | |
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 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-02-09 | whitespace and formatting | Evan Prodromou | |
2009-02-09 | Merge branch 'sgmurphy-clone/0.7.x' into 0.7.x | Evan Prodromou | |
2009-02-09 | Change action autoloading to allow actions in plugins | Evan Prodromou | |
Since plugins may define custom actions, we shouldn't require that there be a file in our actions/ subdir for every action. So, I changed the (admittedly hackish) auto-loading code in index.php so it instead checks whether a class exists with the expected name. This, in turn, uses the increasingly hacking __autoload() function, which I changed to auto-load stuff named "BlahblahAction" from the actions subdir if available. | |||
2009-02-09 | trac #1160 fix dropdown xmloutput function for the selected attribute and ↵ | Robin Millette | |
fix newmessage auto-selected dropdown. | |||
2009-02-09 | include plugin.php early so config can use it | Evan Prodromou | |
2009-02-09 | allow events without arguments | Evan Prodromou | |
2009-02-09 | utility superclass for plugins | Evan Prodromou | |
2009-02-09 | Add InitializePlugin and CleanupPlugin events | Evan Prodromou | |
We add two events to allow plugins to initialize and cleanup. | |||
2009-02-09 | add hooks for JavaScript handling | Evan Prodromou | |
2009-02-09 | First events for adding menu items | Evan Prodromou | |
2009-02-09 | had the logic on event handler reversed | Evan Prodromou | |
2009-02-09 | Fix indentation in lib/action.php | Evan Prodromou | |
2009-02-09 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-02-09 | Better exception handling in index | Evan Prodromou | |
Some better exception handling in Web entry point. | |||
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-09 | First steps to using exceptions for error handling | Evan Prodromou | |
Added two exception classes: one for client errors (= user can fix) and one for server errors (only admin or coder can fix). The web entry point now tries to catch exceptions and show them in the browser. The main code for showing errors in Action class now throws an exception and lets top-level handle it. | |||
2009-02-09 | Add event.php before config.php is called | Evan Prodromou | |
2009-02-09 | First events code | Evan Prodromou | |
Add the basic code for adding events. | |||
2009-02-07 | Using rel="external" instead of class="exlink" | Sarven Capadisli | |
2009-02-07 | Fixed references to common_avatar_*. | Sean Murphy | |
2009-02-07 | Merge commit 'upstream/0.7.x' into 0.7.x | Sean Murphy | |
Conflicts: actions/showstream.php | |||
2009-02-07 | Fixed #1152: Needless image scaling and poor JPG quality | Sean Murphy | |
2009-02-06 | "Change your email address..." msg was printing out \n instead of a newline | Zach Copley | |
2009-02-06 | Update README and version number0.7.1 | Evan Prodromou | |
README and version number. | |||
2009-02-06 | Merge branch 'sgmurphy-clone/0.7.x' into 0.7.x | Evan Prodromou | |
Conflicts: lib/util.php | |||
2009-02-06 | Merge branch '0.7.x' of git://gitorious.org/laconica/sgmurphy-clone into ↵ | Evan Prodromou | |
sgmurphy-clone/0.7.x | |||
2009-02-06 | Fixed #1149: URL auto-linking bug when following colon. | Sean Murphy | |
2009-02-06 | Move common_avatar_* functions to Avatar | Evan Prodromou | |
Moved the common_avatar_* functions to the Avatar class. Typically either as methods on the object or as static methods. Replaced all the uses of the functions in other modules. | |||
2009-02-06 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-02-06 | Merge branch 'sgmurphy-clone/0.7.x' into 0.7.x | Evan Prodromou | |
2009-02-06 | Merge branch '0.7.x' of git://gitorious.org/laconica/sgmurphy-clone into ↵ | Evan Prodromou | |
sgmurphy-clone/0.7.x | |||
2009-02-05 | Trac #894 and #1013 - fixed bad redirects after delete notice | Zach Copley | |