Sean Murphy
56d7348ec2
Fixed #1149 : URL auto-linking bug when following colon.
2009-02-06 12:18:15 -05:00
Sean Murphy
e08b7f7205
Fix for unicode string auto-linking bug
2009-02-05 17:29:58 -05:00
Sean Murphy
d4bdb2dc19
Better fix for displaying max file size.
2009-02-05 15:01:44 -05:00
Sean Murphy
746a5d7507
Fixed #905 : Presenting image size limit to user.
2009-02-05 14:11:50 -05:00
Sean Murphy
4ced74dc91
Fixed #1140 ; Login form session token not set.
2009-02-05 10:17:19 -05:00
Sean Murphy
4090471ebe
Forgot to replace URL shortening regex with new function.
2009-02-04 23:18:45 -05:00
Sean Murphy
8053adc60e
Fixed #779 & #588 ; Better URL auto-linking.
2009-02-04 23:11:40 -05:00
Sean Murphy
0f12d6135e
Fixed #732 ; Hashtags inside parens and brackets.
2009-02-04 20:02:50 -05:00
Sean Murphy
7e975b17c5
Fixed #1134 ; Consolidated image scaling functions.
2009-02-04 19:32:15 -05:00
Sean Murphy
5c880bc6cc
Fix for #1057 ; group logo transparecy (and pixilation)
2009-02-04 14:44:12 -05: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
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
Ciaran Gultnieks
c33258c40e
Minor fix to allow update_facebook script to bootstrap correctly
2009-02-02 16:36:47 +00:00
Robin Millette
d3b30164be
added primary menu to error pages
2009-02-02 14:51:23 +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
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
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
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