Sarven Capadisli
0b47e71e7a
Removed <dl> structure from NoticeListItem::showContext. Same as
...
committ e0b877b26c
.
2009-07-25 18:26:00 +00:00
Sarven Capadisli
e378341910
Removed <dl> structure from NoticeListItem::showNoticeSource. Same as
...
commit e0b877b26c
.
2009-07-25 18:22:05 +00:00
Sarven Capadisli
9c09bfe4d7
Removed <dl> structure from NoticeListItem::showNoticeLink. Reason:
...
Arguably, the earlier structure was unnecessarily verbose. Same as commit
e0b877b26c
.
2009-07-25 18:04:45 +00:00
Sarven Capadisli
89f32432ba
Updated pigeonthoughts theme
2009-07-25 17:53:37 +00:00
Sarven Capadisli
66a959a776
Removed <dl> structure from NoticeListItem::showReplyLink. Reason:
...
Same as commit e0b877b26c
.
2009-07-25 17:44:19 +00:00
Sarven Capadisli
e0b877b26c
Removed <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.
2009-07-25 17:37:37 +00:00
Craig Andrews
f86faaf341
If cannot connect, then stop the installation
2009-07-25 00:19:12 -04:00
Brenda Wallace
70cc09a5c2
check the postgresql database is UTF8 before allowing installation to proceed
2009-07-25 00:15:35 -04:00
Sarven Capadisli
932eab074d
More IE fixes for Cloudy theme
2009-07-24 15:38:58 +00:00
Sarven Capadisli
bb2186527a
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
2009-07-24 15:06:07 +00:00
Sarven Capadisli
8d2aeb7082
Cloudy theme IE (mostly 7/8) fixes
2009-07-24 15:04:00 +00:00
Evan Prodromou
a3a5d23c54
dbqueuemanager a little more sane about sleeping
2009-07-23 14:56:21 -07:00
Evan Prodromou
f227006789
whitespace in dbqueuemanager
2009-07-23 14:50:47 -07:00
Evan Prodromou
0dab5f5872
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
2009-07-23 14:45:44 -07:00
Evan Prodromou
749d9bfbbf
Merge branch 'master' into 0.8.x
...
Conflicts:
scripts/twitterstatusfetcher.php
2009-07-23 14:45:21 -07:00
Evan Prodromou
5f7fb99447
change NOTICE_GATEWAY to Notice::GATEWAY so autoloading works
2009-07-23 14:22:22 -07:00
Craig Andrews
7fff454ff9
Revert "0.9.0 dev version"
...
This reverts commit 7cfb2f569d
.
This should have never been committed to the 0.8.x branch.
2009-07-23 13:00:34 -04:00
Craig Andrews
67e674773e
Merge commit 'br3nda/0.8.x-tagrssfix' into 0.8.x
2009-07-23 11:16:50 -04:00
Craig Andrews
ec453f0123
Merge commit 'br3nda/0.8.x-profile-pgfix' into 0.8.x
2009-07-23 11:13:27 -04:00
Sarven Capadisli
fa332c8c85
Minor top value for cloudy theme
2009-07-23 15:07:33 +00:00
Sarven Capadisli
90bc755821
Updated cloudy theme
2009-07-23 15:01:42 +00:00
Brenda Wallace
a33ffe1357
Call $this->getNotices() always, becuase $this will be the right class.
...
e.g.
TagrssAction
or
PublicrssAction
2009-07-23 21:46:20 +12:00
Brenda Wallace
27e525dbbc
fixed up a limit offset to be ANSI SQL compliant
2009-07-23 15:07:28 +12:00
Craig Andrews
4a0d7aac73
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
2009-07-22 20:02:55 -04:00
Craig Andrews
58cd62b82f
Merge commit 'br3nda/0.8.x-pg_tables' into 0.8.x
2009-07-22 20:02:15 -04:00
Eric Helgeson
abae937947
Changed file back to 0644.
...
Blame: 0adaaa1b9d
2009-07-22 10:21:49 -05:00
Craig Andrews
a54b809778
Merge commit 'jeff-themovie/private-rss' into 0.8.x
2009-07-22 10:25:22 -04:00
Craig Andrews
684fc5d002
Merge commit 'br3nda/0.8.x-attachmentfix' into 0.8.x
2009-07-22 10:24:34 -04:00
Craig Andrews
e70a79d6ab
Merge commit 'br3nda/0.8.x-hashtags' into 0.8.x
2009-07-22 10:23:17 -04:00
CiaranG
db4ffca535
Fix help text for getvaliddaemons.php
2009-07-22 11:21:49 +01:00
Brenda Wallace
47b2f1e082
moved design table earlier - needs to be before "user" becuase of the foreign key
2009-07-22 21:46:23 +12:00
Brenda Wallace
57f53869e2
more changes to file_id copied from mysql schema change in 05e5122802
2009-07-22 21:39:53 +12:00
Brenda Wallace
91f3ddca55
fixes file_redirection table to match mysql schema change in commit 05e5122802
2009-07-22 21:33:59 +12:00
Brenda Wallace
6eaa91db1c
Fixes file_oembed to march mysql schema change that happened in commit 05e5122802
2009-07-22 21:28:47 +12:00
Brenda Wallace
c34875421a
added missing columns in file table
2009-07-22 21:13:46 +12:00
CiaranG
be5f9ca0e1
Stop daemons using 100% CPU and hammering the DB server when the queue is empty (DBQueueManager-based only)
2009-07-22 09:25:27 +01:00
Brenda Wallace
9ab07b4468
Fixed "User" table - added design_id and viewdesigns
2009-07-22 17:52:43 +12:00
Brenda Wallace
28b62f357d
fixed SQL in checking for monthly quota - works in postgres and mysql
2009-07-22 17:10:41 +12:00
Brenda Wallace
36754f8323
added missing columns in file table
2009-07-22 17:10:28 +12:00
Brenda Wallace
2aa47096b8
missing AND in the SQL
2009-07-22 17:10:20 +12:00
Craig Andrews
38d70f1386
Add <category> to RSS 2.0, use the same tag finding method for RSS 1.0 as for Atom and RSS 2.0.
...
http://laconi.ca/trac/ticket/864
2009-07-21 18:01:22 -04:00
Steve Winton
0adaaa1b9d
Added hidden input to showRecoverForm() so form can be submitted without error in IE by pressing <return>
2009-07-21 16:40:51 -04:00
Brenda Wallace
185d08282b
Check if mod_rewrite is installed before trying to use it
...
stops those apache 500 errors when it's not installed
2009-07-21 16:37:17 -04:00
Evan Prodromou
6467351e32
update dbqueuemanager to respect handler timeout values
2009-07-21 12:52:55 -07:00
Evan Prodromou
0a602725b1
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
2009-07-21 12:50:45 -07:00
Evan Prodromou
de987a9e63
update dbqueuemanager to respect handler timeout values
2009-07-21 12:50:32 -07:00
Craig Andrews
3649b9ffbc
Set the global $_cur current user so that preferences are loaded.
...
Thanks singpolyma
http://laconi.ca/trac/ticket/1573
2009-07-21 15:17:54 -04:00
Craig Andrews
52d51fad3c
Fixed: Browser language preference's not used when using Google Chrome
...
Thanks bambeeq
http://laconi.ca/trac/ticket/620
2009-07-21 15:10:00 -04:00
Craig Andrews
4d17c8553c
Add Cellular South to list of SMS Carriers
...
Thanks jacroe
http://laconi.ca/trac/ticket/1520
2009-07-21 14:45:48 -04:00
Evan Prodromou
eb5679b029
correctly gc sessions
2009-07-21 11:32:01 -07:00