summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-14Simpler separation of themes. New themes can either make use of theSarven Capadisli
default styles or make their own.
2009-04-14Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xSarven Capadisli
2009-04-14Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-04-14Notice sources: Fixed Nambu, added Tricklepost and sorted the list.Zach Copley
2009-04-14Merge branch '0.7.x' into 0.8.xEvan Prodromou
2009-04-13Fix bad dates in API's JSON search resultsZach Copley
2009-04-13typo in lib actionEvan Prodromou
2009-04-13typo in api.phpEvan Prodromou
2009-04-13Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-04-13isReadOnly() now takes argumentsEvan 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-13Added farbtastic's default stylesheetSarven Capadisli
2009-04-13Moved Cloudy's layout styles in skin to theme.Sarven Capadisli
2009-04-13Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-04-13Moved layout styles to base stylesheet.Sarven Capadisli
2009-04-13Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-04-13Ticket 1419. Added config option to set site to private.Sarven Capadisli
2009-04-13Using farbtastic jQuery plugin to select design colours.Sarven Capadisli
2009-04-13Updated path for jCropSarven Capadisli
2009-04-13Updated Cloudy theme's base style for Authorize subscription inputSarven Capadisli
accept
2009-04-13Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-04-13Removing h1 from display in Profile page due to duplicate visibilitySarven Capadisli
of fn and nickname.
2009-04-12Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-04-12Updated styles for the Authrization subscription form inputsSarven Capadisli
2009-04-12Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xSarven Capadisli
2009-04-12Updated markup for entity_profile on Authorize subscription page.Sarven Capadisli
2009-04-12Created Design page for users to customize the way their profile pagesSarven Capadisli
look by changing the background image and picking a colour palette for text.
2009-04-12Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-04-12Update XML generation and list of actions in public XRDSEvan Prodromou
Updated the XML generation calls and list of actions in the public XRDS document.
2009-04-12Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-04-12Updated Polish translations made by Piotr Drąg.Sarven Capadisli
2009-04-12Removed unused imagesSarven Capadisli
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-10tag stream is read-onlyEvan Prodromou
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? :)