summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-16Clarification in README regarding welcome/default users, as it has tripped a ↵CiaranG
couple of people up
2009-04-16start of querybyidEvan Prodromou
2009-04-15Merge branch 'nobase' into 0.7.xEvan Prodromou
2009-04-15script to trim very old notices from inboxesEvan Prodromou
2009-04-15Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
Conflicts: actions/public.php
2009-04-15add user id to statisticsEvan Prodromou
2009-04-15Add escaping of /.Adrian Lang
2009-04-15Use preg_quote to fix http://laconi.ca/trac/ticket/1342Fil
2009-04-15Merge branch 'link-rel-paginate' of git://gitorious.org/laconica/meitar. ↵Adrian Lang
Fixed wrong call of common_local_url. These changes add opera-readable prev/next relations.
2009-04-15Make OMB work if the configured domain name does not exclusively contain ↵Adrian Lang
lower case letters. If the configured domain is mixed-case OAuth throws invalidsignature errors. The current URL is part of the signated parts; since the consumer does not pass the current URL, the service has to get it itself and add it to the other OAuth params for signature rebuilding. OAuth.php uses $_SERVER for this, however, the domain is lcased in $_SERVER. Hence we pass the complete current URL as generated by common_local_url to OAuthRequest.
2009-04-15Add license notice to install.php, replace short and asp style tags by more ↵Adrian Lang
portable long tag form.
2009-04-14Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xRobin Millette
2009-04-14trac#1223 Show most popular notices per tag in the tag page sidebar.Robin Millette
2009-04-14Make stuff work with no baseEvan Prodromou
2009-04-14Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-04-14escape slash in regexpEvan Prodromou
2009-04-14Notice sources: Fixed Nambu, added Tricklepost and sorted the list.Zach Copley
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-13Moved layout styles to base stylesheet.Sarven Capadisli
2009-04-13Ticket 1419. Added config option to set site to private.Sarven Capadisli
2009-04-13Removing h1 from display in Profile page due to duplicate visibilitySarven Capadisli
of fn and nickname.
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-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-12Updated Polish translations made by Piotr Drąg.Sarven Capadisli
2009-04-10tag stream is read-onlyEvan Prodromou
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-10Merge branch '0.7.x' of git://gitorious.org/laconica/dev into 0.7.xTobias Diekershoff
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 '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