Commit Graph

2971 Commits

Author SHA1 Message Date
Sarven Capadisli
0f2c43bd04 Fixed direct messaging: AjaxWebChannel is now using Action's methods. 2009-02-02 18:53:15 +00:00
Sarven Capadisli
9abfe1848a Ticket 1029 -- Atom feed icon. Also updated the RSS icon to PNG version. 2009-02-02 17:21:33 +00:00
Sarven Capadisli
99fba4932d Ticket 1044 -- Removed border-top, reduced padding, changed notice
count from 6 to 5, removed nickname.
2009-02-02 17:02:58 +00:00
Sarven Capadisli
5f004c0158 Added "Edit" entity_action.
Updated theme files.
2009-02-02 16:33:47 +00:00
Sarven Capadisli
4f1345620a Better cross-browser support for page and text zoom-in/out. 2009-02-02 14:14:14 +00:00
Sarven Capadisli
55c99d0018 Using startXML() instead of deprecated common_start_xml() 2009-02-01 23:43:07 +00:00
Sarven Capadisli
18593afee7 If user is not logged in, then notice-options container shouldn't be
outputted.
2009-02-01 23:37:54 +00:00
Sarven Capadisli
d309fd27c5 Rearraned stylesheet order for IE and fixed path to files for base IE stylesheets 2009-02-01 20:05:13 +00:00
Sarven Capadisli
88eb8c924c Reduced width and realigned anon_notice 2009-02-01 19:34:11 +00:00
Sarven Capadisli
804dc7cdb9 Ticket 1071 - Set overflow:auto for long non-breaking strings. This is
the most cross-browser safe method unless the string is broken into
chunks at the time of output from backend.
2009-02-01 19:06:08 +00:00
Sarven Capadisli
b363233c2d Moved theme rules from base to identica stylesheet 2009-02-01 18:09:56 +00:00
Sarven Capadisli
add0b7f329 Resaved identica logo as transparent PNG24 in order to handle various
background colours without having to explicitly apply anti-aliasing.

Updated colour information in identica theme.

Removed ie7 base stylesheet that's no longer required.

Added ie identica stylesheet to handle solid background colour for
2009-02-01 18:04:56 +00:00
Sarven Capadisli
533f9933de Ticket #1060 -- Ability to wrap long .entity_profile .entity_fn 2009-02-01 06:28:16 +00:00
Sarven Capadisli
59e42b766e Ticket #1045 -- Added borders to all sides of the pagination anchor. 2009-02-01 05:08:36 +00:00
Evan Prodromou
37a7692053 fix date and prev release in README 2009-01-30 14:40:06 -05:00
Evan Prodromou
34db24e4d5 Merge branch 'master' of root@laconi.ca:/var/local/pootle-mirror into pootle/master 2009-01-30 13:21:26 -05:00
Laconica Pootle server
810b5f571c compile message files 2009-01-30 18:12:09 +00:00
Laconica Pootle server
1c51263a83 merge from pootle 2009-01-30 18:08:33 +00:00
Laconica Pootle server
aa1ad66ea9 merge from pootle 2009-01-30 18:08:20 +00:00
Evan Prodromou
5612cbd4a4 Merge branch 'master' of git://gitorious.org/laconica/CiaranG into ciarang/master 2009-01-30 11:28:05 -05:00
Ciaran Gultnieks
53274a6d93 PostgreSQL - code changes to avoid problems where user table is referenced in ad-hoc queries 2009-01-30 01:12:58 +00:00
Ciaran Gultnieks
a4291d64ce PostgreSQL - remaining changes to fix db create script up to laconica 0.6.4 level 2009-01-30 01:11:03 +00:00
Zach Copley
153208aaa6 trac750 Add footer to Facebook app's login page 2009-01-30 00:07:56 +00:00
Zach Copley
733b3543d0 Put license text inside label to align it with "Remember me" label above it. Improve sentence. 2009-01-29 13:18:10 -08:00
Laconica Pootle Server
27d0ba7ae4 move files to their Pootle locations 2009-01-29 20:49:49 +00:00
Meitar Moscovitz
5543cd21c6 Fix problems when crop controls not touched 2009-01-29 14:56:22 -05:00
Evan Prodromou
440d7d17b0 wrong tags in tagother 2009-01-29 08:49:19 -05:00
Evan Prodromou
746880e49e Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk 2009-01-29 08:37:51 -05:00
Evan Prodromou
b6fbb9462c proper pagination for subs and members 2009-01-29 08:37:40 -05:00
Zach Copley
c7d06519f0 trac750 update Facebook status when posting to Identi.ca from Facebook 2009-01-29 05:58:27 +00:00
Evan Prodromou
04b3add162 only send group notices through Jabber to users with notices enabled 2009-01-28 23:03:03 -05:00
Evan Prodromou
fae7c08f2d update the README 2009-01-28 23:00:26 -05:00
Evan Prodromou
de47c827b7 better upload of group logos 2009-01-28 23:00:01 -05:00
Evan Prodromou
2d6a9b4fbe whitespace in User_group 2009-01-28 22:57:29 -05:00
Evan Prodromou
01fce5df27 Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk 2009-01-28 15:24:37 -05:00
Sarven Capadisli
f400db5fe4 Howto: create a laconica theme 2009-01-28 19:13:46 +00:00
Sarven Capadisli
e2d445abbb Uses regular HTTP GET to new notice replyto page instead of JS when
notice_data-text is available.
2009-01-28 15:25:50 +00:00
Greg Grossmeier
62fd9369ec fix email notification link 2009-01-28 09:22:54 -05:00
Evan Prodromou
d86622da33 don't show reply for anon user 2009-01-28 09:17:12 -05:00
Meitar Moscovitz
e37e9c2084 Fix password settings 2009-01-28 08:55:03 -05:00
Evan Prodromou
f761031d0a Merge branch 'master' of root@laconi.ca:/var/www/laconi.ca/software/laconica 2009-01-28 08:24:29 -05:00
Evan Prodromou
c4097750ad Revert "Fixup already-subscribed string"
This reverts commit 6055516aaf.
2009-01-27 20:34:57 -05:00
Zach Copley
745f733469 Make favorites RSS actually work (uiredesign) 2009-01-27 15:27:04 -08:00
Zach Copley
4a176eadcb Have "Current verified Twitter account" to use the right CSS class: form_note 2009-01-27 14:51:13 -08:00
Zach Copley
a5a1e15cba trac975 - Fixed title for Twitter settings page (thanks meitar) 2009-01-27 14:35:25 -08:00
Zach Copley
5008023206 Better logging for update_facebook script. 2009-01-27 14:23:37 -08:00
Sarven Capadisli
f9403ae99a Keeping HTML consistent throughout the site. 2009-01-27 06:21:36 +00:00
Sarven Capadisli
43509a3c17 Better colour contrast for major areas (background, sidebar, tabs) 2009-01-27 06:04:50 +00:00
Sarven Capadisli
e20c3e2b7c Entered CC3.0 anchor text 2009-01-27 02:37:41 +00:00
Zach Copley
1c60afb940 trac750 140 character countdown for FB app 2009-01-27 01:55:36 +00:00