51ac34e80cfirst version of deleting users
Evan Prodromou
2009-07-26 13:06:38 -06:00
3077876b17Merge commit 'br3nda/0.8.x-lowercaseutf8' into 0.8.x
Craig Andrews
2009-07-26 00:59:41 -04:00
d3a72431belowercase tags using mb_convert_case(), which understands many more alphabets than I do.
Brenda Wallace
2009-07-26 16:34:27 +12:00
ef571f731cUpdated pigeontheme to reflect the changes made to entry-content structure
Sarven Capadisli
2009-07-25 18:30:18 +00:00
cdf6d655b5Minor change to timestamp selector
Sarven Capadisli
2009-07-25 18:29:30 +00:00
0b47e71e7aRemoved <dl> structure from NoticeListItem::showContext. Same as committ e0b877b26c.
Sarven Capadisli
2009-07-25 18:26:00 +00:00
e378341910Removed <dl> structure from NoticeListItem::showNoticeSource. Same as commit e0b877b26c.
Sarven Capadisli
2009-07-25 18:22:05 +00:00
9c09bfe4d7Removed <dl> structure from NoticeListItem::showNoticeLink. Reason: Arguably, the earlier structure was unnecessarily verbose. Same as commit e0b877b26c.
Sarven Capadisli
2009-07-25 18:04:45 +00:00
66a959a776Removed <dl> structure from NoticeListItem::showReplyLink. Reason: Same as commit e0b877b26c.
Sarven Capadisli
2009-07-25 17:44:19 +00:00
e0b877b26cRemoved <dl> structure from NoticeListItem::showDeleteLink. Reason: 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.
Sarven Capadisli
2009-07-25 17:37:37 +00:00
f86faaf341If cannot connect, then stop the installation
Craig Andrews
2009-07-25 00:19:12 -04:00
70cc09a5c2check the postgresql database is UTF8 before allowing installation to proceed
Brenda Wallace
2009-07-25 15:58:42 +12:00
a33ffe1357Call $this->getNotices() always, becuase $this will be the right class. e.g. TagrssAction or PublicrssAction
Brenda Wallace
2009-07-23 21:46:20 +12:00
27e525dbbcfixed up a limit offset to be ANSI SQL compliant
Brenda Wallace
2009-07-23 15:07:28 +12:00
4a0d7aac73Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Craig Andrews
2009-07-22 20:02:55 -04:00
58cd62b82fMerge commit 'br3nda/0.8.x-pg_tables' into 0.8.x
Craig Andrews
2009-07-22 20:02:15 -04:00
8293961064Merge commit 'origin/0.8.x' into 0.9.x
Eric Helgeson
2009-07-22 10:28:17 -05:00
abae937947Changed file back to 0644. Blame: 0adaaa1b9d
Eric Helgeson
2009-07-22 10:21:49 -05:00
a54b809778Merge commit 'jeff-themovie/private-rss' into 0.8.x
Craig Andrews
2009-07-22 10:25:22 -04:00
684fc5d002Merge commit 'br3nda/0.8.x-attachmentfix' into 0.8.x
Craig Andrews
2009-07-22 10:24:34 -04:00
e70a79d6abMerge commit 'br3nda/0.8.x-hashtags' into 0.8.x
Craig Andrews
2009-07-22 10:23:17 -04:00
db4ffca535Fix help text for getvaliddaemons.php
CiaranG
2009-07-22 11:21:49 +01:00
47b2f1e082moved design table earlier - needs to be before "user" becuase of the foreign key
Brenda Wallace
2009-07-22 21:46:23 +12:00
57f53869e2more changes to file_id copied from mysql schema change in 05e5122802
Brenda Wallace
2009-07-22 21:39:53 +12:00
91f3ddca55fixes file_redirection table to match mysql schema change in commit 05e5122802
Brenda Wallace
2009-07-22 21:33:59 +12:00
6eaa91db1cFixes file_oembed to march mysql schema change that happened in commit 05e5122802
Brenda Wallace
2009-07-22 21:28:47 +12:00
c34875421aadded missing columns in file table
Brenda Wallace
2009-07-22 16:46:32 +12:00
be5f9ca0e1Stop daemons using 100% CPU and hammering the DB server when the queue is empty (DBQueueManager-based only)
CiaranG
2009-07-22 09:25:27 +01:00
9ab07b4468Fixed "User" table - added design_id and viewdesigns
Brenda Wallace
2009-07-22 17:52:43 +12:00
28b62f357dfixed SQL in checking for monthly quota - works in postgres and mysql
Brenda Wallace
2009-07-22 17:05:44 +12:00
36754f8323added missing columns in file table
Brenda Wallace
2009-07-22 16:46:32 +12:00
2aa47096b8missing AND in the SQL
Brenda Wallace
2009-07-22 13:45:38 +12:00
38d70f1386Add <category> to RSS 2.0, use the same tag finding method for RSS 1.0 as for Atom and RSS 2.0.
Craig Andrews
2009-07-21 18:01:22 -04:00
0adaaa1b9dAdded hidden input to showRecoverForm() so form can be submitted without error in IE by pressing <return>
Steve Winton
2009-06-11 15:32:16 +01:00
185d08282bCheck if mod_rewrite is installed before trying to use it stops those apache 500 errors when it's not installed
Brenda Wallace
2009-07-15 22:13:50 +12:00
10a6751ddbFixed: If the site name contains "." or "@" (and perhaps others), then notification emails (such as the email confirmation email) fail with the error "LOG_ERR: PEAR error: Validation failed for: SITE_NAME <noreply@HOSTNAME> :"
Craig Andrews
2009-07-21 14:03:08 -04:00
22466530efFixed: The installer checks if the avatar and background directories are writable, but fails to check the file directory used for attachments.
Craig Andrews
2009-07-21 13:59:34 -04:00
a9613e999fDetect xmpp uri's and make them into hyperlinks
Craig Andrews
2009-07-21 13:52:59 -04:00
db19d61e68Merge commit 'origin/0.8.x' into 0.9.x
Eric Helgeson
2009-07-21 09:20:47 -05:00
3dbbefd5adMerge branch 'oembed-provider' into 0.8.x
Craig Andrews
2009-07-17 12:33:56 -04:00
9ed117dc3aMove the oembed endpoint to /main/oembed
Craig Andrews
2009-07-17 12:33:12 -04:00
c6505c5296postgres schema - removed not null constraint from nonce.tok, and copied the comment from the mysql schema
Brenda Wallace
2009-07-17 23:13:30 +12:00
1aea598977Merge branch '0.9.x' into private-rss
Jeffery To
2009-07-17 16:54:46 +08:00
5015505f16Added failed auth logging (like in actions/api.php)
Jeffery To
2009-07-17 16:44:14 +08:00