summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-12Separation of themes (i.e., layout, typography) and skins (i.e., backgroundSarven 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-11(Subjective) The dotted border style is less obtrusive (negativeSarven Capadisli
space) than the dotted border style. While present, the dotted blends away better. Observing 1 + 1 = 3 or more principle.
2009-04-10Trimming the accept header parts for better content type comparison.Sarven Capadisli
e.g., ' text/xml' != 'text/xml'
2009-04-10Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-04-10add cliqsetEvan Prodromou
2009-04-10Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-04-10Added maisha to notice_sourceEvan Prodromou
2009-04-09Fixes ticket:1409; correct typo 'subcription' to 'subscription' in HTML and CSS.Meitar Moscovitz
2009-04-09Corrected error in README relating to ['newuser']['welcome']CiaranG
2009-04-08Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-04-08Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xSarven Capadisli
2009-04-08Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-04-08Merge branch 'master' of git://gitorious.org/laconica/br3nda into review/masterCiaranG
2009-04-08Fixes the issue mentioned in commit 7fc90d5. Changed the margin valueSarven Capadisli
that's specific to the Inbox/Outbox page only.
2009-04-08Using encodeURIComponent for document.titleSarven Capadisli
2009-04-08Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xSarven Capadisli
2009-04-08Using 800px width and using document.title if no text is selected.Sarven Capadisli
2009-04-08Remove extranneous bottom margins on label; fix Safari layout bug.Meitar Moscovitz
This margin causes a layout bug in Safari whereby the Inbox and Outbox pages have a notice form textarea that's too wide, causing it to slide beneath the "Send" button on those pages. Removing this margin seems to be completely innocuous in my tests, which covered Safari, Firefox, Opera, and Internet Explorer 7. Can less be more? :)
2009-04-08Minor update for 800px width viewportSarven Capadisli
2009-04-08Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x0.7.3Evan Prodromou
2009-04-08Better debugging output flagZach Copley
2009-04-08use mini logo at mini size, not stream logoEvan Prodromou
2009-04-08far fewer icons in the sidebarEvan Prodromou
2009-04-08Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-04-08bookmarklet now uses non-fancy URLs to make sure it works in all cases.Robin Millette
2009-04-07don't use count() to check for empty pageEvan Prodromou
2009-04-07Merge branch '0.7.x'0.7.3pre1Evan Prodromou
2009-04-07Update README and common for new versionEvan Prodromou
Update versions in README, add the new song title, and update the version stamp in the common.php file.
2009-04-07add bookmarklet to main helpEvan Prodromou
2009-04-07Merge branch 'master' of git://gitorious.org/laconica/brianjesse-clone into ↵Evan Prodromou
brianjesse-clone/master
2009-04-07Merge branch 'adrianlang-827' of ↵Evan Prodromou
git://gitorious.org/laconica/adrianlang-clone into 0.7.x
2009-04-07Merge branch 'master' of root@laconi.ca:/var/www/laconi.ca/software/laconicaEvan Prodromou
2009-04-07Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xZach Copley
2009-04-07Major improvements to Twitter bridge friend syncingZach Copley
2009-04-08showemptListMessage -> showEmptyListMessage method name cleanup.Robin Millette
2009-04-08added filler/guide text to user groups list.Robin Millette
2009-04-08text bugfix to guide text in subscription list.Robin Millette
2009-04-08added filler/guide text to subscribers list.Robin Millette
2009-04-08added filler/guide text to subscription list.Robin Millette
2009-04-08added filler/guide text to inbox and outbox.Robin Millette
2009-04-08added missing word to user favorites guide.Robin Millette
2009-04-08added filler/guide text to user favorites.Robin Millette
2009-04-07HTML br is not needed. Using 'clear' in CSS instead.Sarven Capadisli
2009-04-07added filler/guide text to user replies timeline.Robin Millette
2009-04-07added filler/guide text to user timeline.Robin Millette
2009-04-07fixed filler/guide text on personal timeline to take memcached into account.Robin Millette
2009-04-07Add subscribers, subscriptions, groups to personal pageEvan 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-07Merge branch '0.7.x' into 0.8.xEvan Prodromou
2009-04-07Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-04-07Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xEvan Prodromou