summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-21message input form correctly shows and check max lengthEvan Prodromou
2009-08-21counter in notice/message form uses global variable for max lengthEvan Prodromou
2009-08-21correctly check Message length for d-commandsEvan Prodromou
2009-08-21methods for Message to check max content lengthEvan Prodromou
2009-08-21correct instructions for length in groupeditformEvan Prodromou
2009-08-21can set group desc limit to unlimited without resetting global limitEvan Prodromou
2009-08-210 means no limit for text (distinct from null)Evan Prodromou
2009-08-21allow configurable length for user group descriptionEvan Prodromou
2009-08-21configuration options for text limitsEvan Prodromou
2009-08-21data classes allow >140c in user group descriptionsEvan Prodromou
2009-08-21update database to allow >140c in group descriptionsEvan Prodromou
2009-08-21data classes allow >140 bios in profilesEvan Prodromou
2009-08-21Allow unlimited-size bios in profilesEvan Prodromou
2009-08-21Messages can be >140c in classesEvan Prodromou
2009-08-21allow unlimited text in messages in DBEvan Prodromou
2009-08-21update data classes for TEXT content in noticeEvan Prodromou
2009-08-21update database to allow large postsEvan Prodromou
2009-08-21make common_config() handle nulls correctlyEvan Prodromou
2009-08-21reformat groupeditform.phpEvan Prodromou
2009-08-20Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.xEvan Prodromou
2009-08-11install.php: improved support for running Laconica in a sub folder and on a ↵Brett Taylor
non-standard port, tidyed up configuration file generation, removing duplication from db functions,
2009-08-11Revert "change file.url to from a varchar(255) to varchar(2047)"Brenda Wallace
This reverts commit 002cc755b2a521486b0216e2d6f8a3952bda0bae. mysql doesn't allow varchar > 255 chars reverting until have a working solution
2009-08-11change file.url to from a varchar(255) to varchar(2047)Brenda Wallace
because urls get translated from tinyurl.com etc into their originals before saving and urls can be that long
2009-08-11upgrade script for postgresBrenda Wallace
2009-08-10Replace own OMB stack with libomb.Adrian Lang
2009-08-07UnsubscribeAction: Add LACONICA gate, fix PHPCS errors, fix error handling typo.Adrian Lang
2009-08-05Argh, first commit for ages and such a stupid error. Sorry.Adrian Lang
2009-08-05Fix reference to undefined variable in Design::toWebColor.Adrian Lang
2009-08-04new action for when we redirect to login pageEvan Prodromou
2009-08-04add an event for head childrenEvan Prodromou
2009-08-04document lots of undoc'd eventsEvan Prodromou
2009-08-04event for determining if an action is a login actionEvan Prodromou
2009-08-04add an event for determining if an action is sensitiveEvan Prodromou
2009-08-04Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.xEvan Prodromou
2009-08-04give plugins a chance to autoload their classesEvan Prodromou
2009-08-04error in EndLoginGroupNav argumentsEvan Prodromou
2009-08-04add hook for showing account settings menuEvan Prodromou
2009-08-04Add hooks for Start/End LoginGroupNavEvan Prodromou
2009-08-04start upgrade script for 0.9.xEvan Prodromou
2009-08-04Splitting br3nda's merge 97db6e17b3f76e9a6acf87ddbad47ba54e9b1a3bEric Helgeson
Adding deleted_notice to pg.sql
2009-08-04use 410 Gone for Twitter APIEvan Prodromou
2009-08-04use 410 Gone for deleted noticesEvan Prodromou
2009-08-04save an archive of deleted noticesEvan Prodromou
2009-08-04add a deleted_notice tableEvan Prodromou
2009-08-040.9.0 dev versionEvan Prodromou
2009-08-03Merge commit 'origin/0.8.x' into 0.9.xEric Helgeson
2009-08-03Added the 0.2 recaptcha plugin. Should work in all browsers. Please test.Eric Helgeson
2009-08-04Upgrade scriptBrenda Wallace
2009-08-03Merge branch 'fbconnect-speedup' into 0.8.xZach Copley
2009-08-03Use the same favorite notification function in the API as everywhere elseCraig Andrews
http://laconi.ca/trac/ticket/873