Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-14 | Simpler separation of themes. New themes can either make use of the | Sarven Capadisli | |
default styles or make their own. | |||
2009-04-14 | Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x | Sarven Capadisli | |
2009-04-14 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-04-14 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-04-13 | Fix bad dates in API's JSON search results | Zach Copley | |
2009-04-13 | typo in lib action | Evan Prodromou | |
2009-04-13 | isReadOnly() now takes arguments | Evan Prodromou | |
Add an array of arguments to isReadOnly() method of actions, to let them change their results depending on what actions are called. Primarily used by the 'api' action. Ideally in the future that will be multiple actions. But this might still be useful. | |||
2009-04-12 | Created Design page for users to customize the way their profile pages | Sarven Capadisli | |
look by changing the background image and picking a colour palette for text. | |||
2009-04-12 | Separation of themes (i.e., layout, typography) and skins (i.e., background | Sarven Capadisli | |
images, colours). A theme can have multiple skins. Majority of the changes in this commit are due to restructuring the path/files for themes and skins. Both theme and skin will be set to 'default' if not set in config.php. This commit also allows each instance of this software to create its own theme without having to override any style from the default distribution. Added Cloudy theme. | |||
2009-04-10 | Trimming the accept header parts for better content type comparison. | Sarven Capadisli | |
e.g., ' text/xml' != 'text/xml' | |||
2009-04-08 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-04-08 | Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x | Sarven Capadisli | |
2009-04-08 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-04-08 | Merge branch 'master' of git://gitorious.org/laconica/br3nda into review/master | CiaranG | |
2009-04-08 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x0.7.3 | Evan Prodromou | |
2009-04-08 | Better debugging output flag | Zach Copley | |
2009-04-08 | use mini logo at mini size, not stream logo | Evan Prodromou | |
2009-04-08 | far fewer icons in the sidebar | Evan Prodromou | |
2009-04-07 | Update README and common for new version | Evan Prodromou | |
Update versions in README, add the new song title, and update the version stamp in the common.php file. | |||
2009-04-07 | Merge branch 'master' of git://gitorious.org/laconica/brianjesse-clone into ↵ | Evan Prodromou | |
brianjesse-clone/master | |||
2009-04-07 | Major improvements to Twitter bridge friend syncing | Zach Copley | |
2009-04-08 | added filler/guide text to inbox and outbox. | Robin Millette | |
2009-04-07 | Add subscribers, subscriptions, groups to personal page | Evan Prodromou | |
We show stats, subscriptions info on the personal page in the sidebar. Pushed code from showstream.php into a common parent class for personal and profile. | |||
2009-04-07 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-04-07 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-04-07 | Markup and styles for search help and errors | Sarven Capadisli | |
2009-04-07 | Rearranged the global navigation items for better usability. Reason a) | Sarven Capadisli | |
placement of Search at the edge of the viewport for quicker access and b) placement of the links that are always available (whether user is logged in or not) in the same location (i.e., Login/Logout, Help, Search) | |||
2009-04-07 | Added Invite link to global navigation | Sarven Capadisli | |
2009-04-07 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-04-07 | make tags in list work | Evan Prodromou | |
2009-04-06 | external search now depends on site.server. | Robin Millette | |
2009-04-06 | refactored search suggestions and added forgotten sprintf. | Robin Millette | |
2009-04-03 | Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x | Sarven Capadisli | |
2009-04-03 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-04-03 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Zach Copley | |
2009-04-03 | Only kill control and surrogates, leave UTF-8 formatting chars alone. | Zach Copley | |
2009-04-03 | in context link for conversations | Evan Prodromou | |
2009-04-03 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-04-03 | add finishaddopenid to list of sensitive pages to use with ssl | Evan Prodromou | |
2009-04-03 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-04-03 | reformat queuehandler.php | Evan Prodromou | |
2009-04-02 | Merge branch '0.8.x' of git://gitorious.org/laconica/fmarani-clone into ↵ | Evan Prodromou | |
fmarani/0.8.x | |||
2009-04-02 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-04-01 | add sup with arguments | Evan Prodromou | |
2009-04-01 | Try to do intelligent redirect codes | Evan Prodromou | |
After fixing the redirect code output, there are a lot of weirdnesses with e.g. form handling. Try to add explicit redirect codes where needed -- principly when handling a POST. | |||
2009-04-01 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev | Evan Prodromou | |
Conflicts: README lib/router.php | |||
2009-04-01 | Return redirect code correctly as HTTP status, not a header. Fixes ticket #1371 | CiaranG | |
2009-04-01 | Selector to allow styles when a user is logged in. | Sarven Capadisli | |
2009-04-01 | Selector to allow styles when a user is logged in. | Sarven Capadisli | |
2009-03-31 | give the correct root url when SSL enabled | Evan Prodromou | |