summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-10Added configuration option to only allow OpenID logins.Jeffery To
If $config['site']['openidonly'] is set to true: * the Login/Register pages will be removed from the navigation; * directly accesses to the Login/Register pages will redirect to the OpenID login page; * most links to the Login/Register pages will link to the OpenID login page instead. The user will still need to set a password to access the API and RSS feeds.
2009-08-10changed file.url column type from varcahr(255) to varchar(2047)Brenda Wallace
2009-08-09Updated link colour.Sarven Capadisli
2009-08-08Fix logic that determines if a URL is relative or absolute in script() and ↵Craig Andrews
cssLink()
2009-08-08Use jQuery instead of window.onLoad, which I believe will be faster and more ↵Craig Andrews
reliable
2009-08-08Update README to use the addPlugin syntax to add the plugin (which seems ↵Craig Andrews
cleaner)
2009-08-08Throttles updating of the character counter to reduce the performance impact ↵brion
on typing, especially on slower devices (mobiles, netbooks). http://laconi.ca/trac/ticket/1462
2009-08-08Fixed typo "thier". Ticket 1606Sarven Capadisli
2009-08-08Fix for removing the first occurance of the duplicate nickname inSarven Capadisli
textarea when NoticeReply() is used.
2009-08-07bug 1770 conversation link for emailanontwit
2009-08-07Redirect instead of showing an error when the user visits a non-local ↵Craig Andrews
notice's url Use consistent logic in display non-local notice links Fixes http://laconi.ca/trac/ticket/1788
2009-08-07Implemented the list_all and list groups API methods as defined at ↵Craig Andrews
http://laconi.ca/trac/wiki/ProposedGroupsAPI Made the Autocomplete plugin also autocomplete groups
2009-08-07Fixed Escaping in SMS Doc.Christopher Vollick
In the SMS doc there were literal '<', '>' characters. Now there aren't.
2009-08-07$args Was Out Of Scope in CheckMirror.Christopher Vollick
It looks like when the code was factored out no one noticed this variable doesn't exist here.
2009-08-06Merge commit 'jeff-themovie/0.8.x-rss-1.0-descriptions' into 0.8.xCraig Andrews
2009-08-06Merge commit 'holizz/0.8.x-fasterjs' into 0.8.xCraig Andrews
2009-08-06Merge commit 'jeff-themovie/0.8.x-jsonsearchresultslist' into 0.8.xCraig Andrews
2009-08-06Merge commit 'jeff-themovie/0.8.x-subsystems-enabled' into 0.8.xCraig Andrews
2009-08-06install.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-06Used Yahoo! Smush.it to save a few bytes on the imagesCraig Andrews
2009-08-06Set counter text only when it differs from the new remaining count.Tom Adams
This speeds up keyboard navigation around the textarea field.
2009-08-06remove redundant/unnecessary linesCraig Andrews
2009-08-06Move inline javascript to a separate js fileCraig Andrews
2009-08-06I had my user info hardcoded... oops.Craig Andrews
2009-08-06Support the 'lite' parameter to statuses/friends and statuses/followers ↵Craig Andrews
twitter api methods. http://laconi.ca/trac/ticket/1786
2009-08-06Added the Autocomplete pluginCraig Andrews
2009-08-07Fixed IM and SMS enabled options to default to true.Jeffery To
2009-08-07Added configuration option to disable post-by-email.Jeffery To
This hides the relevant settings from the email settings page and prevents maildaemon.php from processing email if the option is disabled.
2009-08-07Hide subscription controls for disabled services (IM, SMS)Jeffery To
2009-08-07Added configuration options to enable/disable SMS and Twitter integration.Jeffery To
This disables the IM, SMS and Twitter settings pages and queue handlers depending on the config options.
2009-08-06Check theme first for CSS files, then use the non-theme path.Craig Andrews
Fixes CSS links in plugins
2009-08-06add LiveTweeter (note caps)Evan Prodromou
2009-08-06Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xEvan Prodromou
2009-08-06add qwitEvan Prodromou
2009-08-07Fixed missing/null values from JSON search resultsJeffery To
2009-08-06Make RSS 1.0 channel descriptions more consistent with RSS 2.0 and Atom ↵Jeffery To
descriptions
2009-08-06Make 2nd and 3rd cssLink() arguments optionalCraig Andrews
2009-08-05Handle relative and absolute url parameters to script() and cssLink()Craig Andrews
2009-08-05Use cssLink() to link to external cssCraig Andrews
2009-08-05Use script() to write out javascript <script> tagsCraig Andrews
2009-08-05Used script() function to write out the javascript linkCraig Andrews
2009-08-05Use script() and cssLink() methods everywhere instead of manually writing ↵Craig Andrews
out javascript and css each time
2009-08-05Added cssLink() and script() functions to htmloutputterCraig Andrews
2009-08-05Accidentally caused the DOCTYPE to never be rendered - fix that.Craig Andrews
2009-08-05Don't start HTML responses with <?xml if the document is served as text/html.Craig Andrews
Starting a text/html mime type document with <?xml causes some browsers (previous version of Opera and IE) to switch to Quirks Mode.
2009-08-05Switch DOCTYPE's to the XHTML 5 DOCTYPECraig Andrews
2009-08-05added Infinite Scroll pluginCraig Andrews
2009-08-05Use NICKNAME_FMT everywhere consistentlyCraig Andrews
2009-08-05Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xEvan Prodromou
2009-08-05add livetweeter to notice sourceEvan Prodromou