summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-16document snapshot optionsEvan Prodromou
2009-04-16Revert "allow snapshots to be disabled easily"Evan Prodromou
This reverts commit 0838143d5855bb013b355d4abb7ec7a643ef37dc. Already handled with the 'never' option.
2009-04-16Merge branch '0.8.x' into statsEvan Prodromou
2009-04-16update version string for dev versionEvan Prodromou
2009-04-16Merge branch '0.8.x' into statsEvan Prodromou
2009-04-16change # comments to // in config.php.sampleEvan Prodromou
2009-04-16allow snapshots to be disabled easilyEvan Prodromou
2009-04-16Do some phpcs reformatting for snapshotEvan Prodromou
2009-04-16config options for snapshotsEvan Prodromou
2009-04-16code complete on snapshot.phpEvan Prodromou
2009-04-16initial snapshot stuffEvan Prodromou
2009-04-15Merge branch '0.7.x' into 0.8.xEvan 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' into 0.8.xSarven Capadisli
2009-04-14Updated remaining files and styles for style separation for themesSarven Capadisli
2009-04-14Removed skin config optionSarven Capadisli
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.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-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.