summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-04check for profile recordEvan Prodromou
2009-03-04Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-03-04Plugins - added a new event (RouterInitialized) which allows a plugin to ↵CiaranG
register new paths to be routed
2009-03-04PostgreSQL - made all 'weight' calculating SQL expressions compatible with ↵CiaranG
both databases, and made some GROUP BY queries more explicit about the fields they are selecting, for the same reason.
2009-03-04PostgreSQL - added defaults for 'created' fields, so they work the same as ↵CiaranG
the MySQL version, and made sure all 'modified' fields are not null
2009-03-04Error actions use HTTP code name for titleEvan Prodromou
Change the title of error actions to the HTTP code name, like 'internal server error'.
2009-03-04Check for config file when runningEvan Prodromou
When running the full system, check for a config file, and throw an error if none is found.
2009-03-04update README with new install instructionsEvan Prodromou
2009-03-04Make a loop instead of repeating almost identical text in installEvan Prodromou
2009-03-04run foreign services scriptEvan Prodromou
2009-03-04all inserts in one statement for foreign servicesEvan Prodromou
2009-03-04add notice source data on installEvan Prodromou
2009-03-04add notice source to default installEvan Prodromou
2009-03-04check posted parametersEvan Prodromou
2009-03-04run sms carrier script on installEvan Prodromou
2009-03-04fix pagination links with new URL mapperEvan Prodromou
2009-03-04Hooks for: Public group nav in order to place a list-anchor item atSarven Capadisli
the start or end of the list.
2009-03-04Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xSarven Capadisli
2009-03-04Avatar crop fix for shrinking/stretching of images when user doesn'tSarven Capadisli
scale it with the Jcrop tool (but hits Crop). This will use the lower value from width/height.
2009-03-04Additional (optional, defaults to off) logging of PEAR error details, which ↵CiaranG
allows database issues to be more easily diagnosed.
2009-03-03Catch bad replyto IDs before saving a new notice to avoid a constraint ↵CiaranG
violation. This happens, for example, when posting for the first time on a fresh install
2009-03-03Use single quotes for data literals on inserts to notice_index, so it works ↵CiaranG
on pgsql as well as mysql
2009-03-03PostgreSQL - added new emailnotifyattn field to user table, to match MySQL ↵CiaranG
version
2009-03-02Updated typography and layoutSarven Capadisli
2009-02-28check some prereqs for installationEvan Prodromou
2009-02-28first pass at a working install.phpEvan Prodromou
2009-02-28don't use semicolons in commentsEvan Prodromou
2009-02-28automatically handle non-laconica-named databasesEvan Prodromou
2009-02-28show a form for installationEvan Prodromou
2009-02-28Add a flag for if there's no config fileEvan Prodromou
2009-02-28Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-02-28fix problem with dupe tags in profileEvan Prodromou
2009-02-28Slightly toned down the text-shadow on navigationSarven Capadisli
2009-02-27Add route for new message to user.Adrian Lang
2009-02-27Hopefully fixes #1260: Mess with norwegian languages. Moreover corrected ↵Adrian Lang
ltr/rtl for Italian and Hebrew and added Finnish.
2009-02-27Fixes #1258: A period in a hashtag leads to the tag being interpreted as url ↵Adrian Lang
and hence breaking the tag.
2009-02-27Route for remote subscribe link on profile page.Adrian Lang
2009-02-27Completely refactored noticesearch list, now using subclassing for ↵Adrian Lang
highlighting. Fixes #1240 and probably other bugs.
2009-02-27Fixes #1241: in-reply-to links were broken due to copy and paste error ↵Adrian Lang
(Variable name was wrong).
2009-02-27Fix replyto parameter in newnoticeAdrian Lang
2009-02-27More routes.Adrian Lang
2009-02-27Broadcast profile via OMB after avatar change.Adrian Lang
2009-02-27Add finishremotesubscribe to the unrouted actions list.Adrian Lang
2009-02-27Correctly handle avatars at updateProfileAdrian Lang
2009-02-27Auth_Yadis_Yadis::PlainHTTPFetcher expects plain arrays, not hashes.Adrian Lang
2009-02-27Fixes #1067: Avatar stretched on authorize remote subscription page. The img ↵Adrian Lang
tag used a wrong class which had a width: 100% applied.
2009-02-27Adds some missing routes.Adrian Lang
2009-02-26Hook for setting document content type, charset, language, DOCTYPE andSarven Capadisli
html element properties
2009-02-24Print stylesheet - Added license and cleanupSarven Capadisli
2009-02-24Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xSarven Capadisli