Commit Graph

3099 Commits

Author SHA1 Message Date
Evan Prodromou 92c6034b25 Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x 2009-02-04 07:26:14 -05:00
Evan Prodromou 355d438cee Merge branch '0.7.x' of git://gitorious.org/laconica/meitar into meitar/0.7.x 2009-02-04 07:25:36 -05:00
Zach Copley 19724a51b3 trac533 Removed redundant calls to htmlspecialcharacters().
XMLWriter::writeAttribute() already takes care of the escaping for
us, although that doesn't seem to be well documented.
2009-02-03 21:22:41 -08:00
Zach Copley c16ddd6775 trac1095 Profile page had bad alternate links for RSS and Atom feeds 2009-02-03 16:31:41 -08:00
Sarven Capadisli 05e11ea021 Removed deprecated files from the identica theme. 2009-02-03 22:12:04 +00:00
Sarven Capadisli bcc8348615 Removed deprecated files from the default theme. 2009-02-03 22:09:25 +00:00
Sarven Capadisli 32b1bb381a Fixed ajaxErrorMsg(). Using startHTML() instead of common_start_html() 2009-02-03 21:46:09 +00:00
Evan Prodromou aafb73755e Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x 2009-02-03 15:13:06 -05:00
Evan Prodromou 0356953cf8 Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk into 0.7.x 2009-02-03 15:12:55 -05:00
Zach Copley b411ead3ce Merge branch '0.7.x' of git://gitorious.org/laconica/dev into 0.7.x 2009-02-03 11:30:59 -08:00
Robin Millette 06cfae3b91 Wrapped some URLs in the README with <> 2009-02-03 19:25:46 +00:00
Zach Copley dcf18e9694 trac1104 Destroy method was dying because it was still calling deprecated common_dequeue_notice() func 2009-02-03 11:23:30 -08:00
Meitar Moscovitz 3b6d2653fb Fixes ticket:1087; correctly paginate group members list in fancy URLs. 2009-02-04 04:02:30 +11:00
Meitar Moscovitz 01b6aca078 Fix PHP warnings when user avatar crop controls aren'tn touched. 2009-02-04 03:34:17 +11:00
Todd Deshane 22c806a15a fix link to Open Software Service Definition 2009-02-02 17:28:42 -05:00
Evan Prodromou ab16bb876b Merge branch 'master' of git@gitorious.org:laconica/dev into 0.7.x 2009-02-02 16:46:51 -05:00
Evan Prodromou daa5797809 Merge branch 'master' of git://gitorious.org/laconica/adrianlang-clone into adrianlang/master 2009-02-02 16:42:27 -05:00
Robin Millette b6f0f72a09 trac #569 and trac #711 add missing utf-8 headers and removed extraneous argument in startHTML calls 2009-02-02 21:08:33 +00:00
Robin Millette 3f0eb90128 removed extraneous argument in startHTML calls 2009-02-02 20:47:57 +00:00
Robin Millette f9edd1101b trac #1099: main menu should not lead to IM settings when IM is disabled 2009-02-02 20:20:21 +00:00
Sarven Capadisli 0f2c43bd04 Fixed direct messaging: AjaxWebChannel is now using Action's methods. 2009-02-02 18:53:15 +00:00
Robin Millette 655869989f Merge branch 'master' of git@gitorious.org:laconica/dev 2009-02-02 18:03:52 +00:00
Robin Millette b21ca28966 Using pootle now, not etrans anymore. Reflected in README 2009-02-02 18:03:11 +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
Ciaran Gultnieks c33258c40e Minor fix to allow update_facebook script to bootstrap correctly 2009-02-02 16:36:47 +00:00
Sarven Capadisli 5f004c0158 Added "Edit" entity_action.
Updated theme files.
2009-02-02 16:33:47 +00:00
Robin Millette d3b30164be added primary menu to error pages 2009-02-02 14:51:23 +00:00
Sarven Capadisli 4f1345620a Better cross-browser support for page and text zoom-in/out. 2009-02-02 14:14:14 +00:00
Meitar Moscovitz a381bff4da Link rtsp, mms & tel URI schemes, correct pseudo-protocol ones.
This patch builds on the work of user `candrews` at http://laconi.ca/trac/ticket/529#comment:2
2009-02-02 19:59:48 +11: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
Adrian Lang 2f37539967 Fixes #1088: Show number of group members. Unlike the bugreport requested, the stats are displayed similar to userstream stats in a section in the sidebar. Additionaly, I removed a redundant notnull if check in ShowgroupAction->showMembers, fixed a SQL error in User_group->getMembers when no limit is passed, removed return value storing of void function and added an usage of Profile->getBestName. 2009-02-01 22:24:54 +01: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
Evan Prodromou 87b99540ef Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk into cyi/master 2009-02-01 14:33:18 -05: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 74bf2bf672 Enable configuration files in /etc/laconica/
Enable storing config files in /etc/laconica/, which makes it much
easier to have a single installation with multiple mublogs supported.
2009-01-31 09:38:39 -05: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