Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-21 | url-shortening check correctly checks max notice length | Evan Prodromou | |
2009-08-21 | Web UI for notices correctly shows and checks max content length | Evan Prodromou | |
2009-08-21 | message input form correctly shows and check max length | Evan Prodromou | |
2009-08-21 | correctly check Message length for d-commands | Evan Prodromou | |
2009-08-21 | correct instructions for length in groupeditform | Evan Prodromou | |
2009-08-21 | configuration options for text limits | Evan Prodromou | |
2009-08-21 | make common_config() handle nulls correctly | Evan Prodromou | |
2009-08-21 | reformat groupeditform.php | Evan Prodromou | |
2009-08-20 | Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.x | Evan Prodromou | |
2009-08-10 | Replace own OMB stack with libomb. | Adrian Lang | |
2009-08-04 | new action for when we redirect to login page | Evan Prodromou | |
2009-08-04 | add an event for head children | Evan Prodromou | |
2009-08-04 | add an event for determining if an action is sensitive | Evan Prodromou | |
2009-08-04 | give plugins a chance to autoload their classes | Evan Prodromou | |
2009-08-04 | error in EndLoginGroupNav arguments | Evan Prodromou | |
2009-08-04 | add hook for showing account settings menu | Evan Prodromou | |
2009-08-04 | Add hooks for Start/End LoginGroupNav | Evan Prodromou | |
2009-08-04 | 0.9.0 dev version | Evan Prodromou | |
2009-08-02 | Fixed PHP Notices: | Jeffery To | |
Undefined index: HTTP_X_FORWARDED_FOR Undefined index: HTTP_CLIENT_IP Undefined variable: proxy Also fixed the return value order to match calls to common_client_ip() in actions/api.php and lib/rssaction.php | |||
2009-08-02 | Fixed PHP Notice "Undefined index: enclosures" (and a possible one for 'tags') | Jeffery To | |
2009-08-02 | Fixed PHP Notice "Use of undefined constant session_name - assumed ↵ | Jeffery To | |
'session_name'" | |||
2009-07-30 | Added a url field to hold the permalink. I believe this field is very useful ↵ | Craig Andrews | |
for api consumers. | |||
2009-07-30 | Implemented the "show" method of the laconica groups api | Craig Andrews | |
2009-07-30 | Removed default values from <input>s. JavaScript will now get the | Sarven Capadisli | |
colours from the theme. This approach removes data that was previously available in HTML. It was only necessary if the user wanted to know the site's default values. | |||
2009-07-30 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Evan Prodromou | |
2009-07-30 | Site-wide design configuration | Evan Prodromou | |
I added some code so that the site-wide design can be set, using the configuration interface. I also moved the configuration option from $config['site']['design']['background'] to just $config['design']['background'], but the old syntax will still work. | |||
2009-07-30 | Fix the router entries for the oEmbed endpoint so they don't accidentally ↵ | Craig Andrews | |
catch too much | |||
2009-07-29 | move oEmbed router connection after plugins, so other endpoints (such as ↵ | Craig Andrews | |
main/facebooklogin) from plugins don't get accidentally intercepted | |||
2009-07-27 | Sanitize html returned by oEmbed providers to protect laconica from XSS attacks | Craig Andrews | |
2009-07-27 | Better error handling when updating Facebook | Zach Copley | |
2009-07-26 | Merge commit 'br3nda/0.8.x-lowercaseutf8' into 0.8.x | Craig Andrews | |
2009-07-26 | lowercase tags using mb_convert_case(), which understands many more ↵ | Brenda Wallace | |
alphabets than I do. | |||
2009-07-25 | Removed <dl> structure from NoticeListItem::showContext. Same as | Sarven Capadisli | |
committ e0b877b26c5e93809b2a53b6c46326d5e31fa0e8. | |||
2009-07-25 | Removed <dl> structure from NoticeListItem::showNoticeSource. Same as | Sarven Capadisli | |
commit e0b877b26c5e93809b2a53b6c46326d5e31fa0e8. | |||
2009-07-25 | Removed <dl> structure from NoticeListItem::showNoticeLink. Reason: | Sarven Capadisli | |
Arguably, the earlier structure was unnecessarily verbose. Same as commit e0b877b26c5e93809b2a53b6c46326d5e31fa0e8. | |||
2009-07-25 | Removed <dl> structure from NoticeListItem::showReplyLink. Reason: | Sarven Capadisli | |
Same as commit e0b877b26c5e93809b2a53b6c46326d5e31fa0e8. | |||
2009-07-25 | Removed <dl> structure from NoticeListItem::showDeleteLink. Reason: | Sarven Capadisli | |
To speed up DOM load by cutting down 3 nodes in each notice list item. Generally each notice option should be a list item in a <ul>, however, there is no tangible benefit for the user using this approach. In this case, minimalism is favoured. Similarly, the new approach will make 5 fewer function calls on the server side. | |||
2009-07-23 | dbqueuemanager a little more sane about sleeping | Evan Prodromou | |
2009-07-23 | whitespace in dbqueuemanager | Evan Prodromou | |
2009-07-23 | Revert "0.9.0 dev version" | Craig Andrews | |
This reverts commit 7cfb2f569dbda8ef84149604cec88b2349d95306. This should have never been committed to the 0.8.x branch. | |||
2009-07-23 | Merge commit 'br3nda/0.8.x-tagrssfix' into 0.8.x | Craig Andrews | |
2009-07-23 | Call $this->getNotices() always, becuase $this will be the right class. | Brenda Wallace | |
e.g. TagrssAction or PublicrssAction | |||
2009-07-22 | Merge commit 'jeff-themovie/private-rss' into 0.8.x | Craig Andrews | |
2009-07-22 | Merge commit 'br3nda/0.8.x-hashtags' into 0.8.x | Craig Andrews | |
2009-07-22 | Stop daemons using 100% CPU and hammering the DB server when the queue is ↵ | CiaranG | |
empty (DBQueueManager-based only) | |||
2009-07-21 | Add <category> to RSS 2.0, use the same tag finding method for RSS 1.0 as ↵ | Craig Andrews | |
for Atom and RSS 2.0. http://laconi.ca/trac/ticket/864 | |||
2009-07-21 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Evan Prodromou | |
2009-07-21 | update dbqueuemanager to respect handler timeout values | Evan Prodromou | |
2009-07-21 | Fixed: Browser language preference's not used when using Google Chrome | Craig Andrews | |
Thanks bambeeq http://laconi.ca/trac/ticket/620 | |||
2009-07-21 | Fixed: If the site name contains "." or "@" (and perhaps others), then ↵ | Craig Andrews | |
notification emails (such as the email confirmation email) fail with the error "LOG_ERR: PEAR error: Validation failed for: SITE_NAME <noreply@HOSTNAME> :" Thanks jk3us http://laconi.ca/trac/ticket/1356 |