]>
git.mxchange.org Git - friendica.git/log
Abinoam P. Marques Jr [Sun, 12 Feb 2012 23:51:17 +0000 (15:51 -0800)]
Added [center] bbcode support.
Abinoam P. Marques Jr [Sun, 12 Feb 2012 22:59:07 +0000 (14:59 -0800)]
BBCode [size=50] --> font-size: 50px (with the unit px).
This [size=number] without unit is kind of a standard.
It was being rendered like "font-size: 50" and that's not valid CSS style.
Abinoam P. Marques Jr [Sun, 12 Feb 2012 22:35:29 +0000 (14:35 -0800)]
Added support to [noparse], [nobb] and [pre] as bbcode escape tags.
Abinoam P. Marques Jr [Sun, 12 Feb 2012 20:00:23 +0000 (12:00 -0800)]
Added support for [ol] standard ordered list bbcode.
Abinoam P. Marques Jr [Sun, 12 Feb 2012 14:21:01 +0000 (06:21 -0800)]
Added support for [ul] standard unordered list bbcode.
Abinoam P. Marques Jr [Sun, 12 Feb 2012 14:13:49 +0000 (06:13 -0800)]
Regexp fix for [LIST=i], [list=i], [LIST=I] and [LIST=i] bbcodes
tobiasd [Sun, 12 Feb 2012 09:42:43 +0000 (01:42 -0800)]
Merge pull request #32 from copyninja/master
Mapped ;) :D and :-O smileys
Vasudev Kamath [Sun, 12 Feb 2012 09:36:41 +0000 (15:06 +0530)]
Merge branch 'master' of git://github.com/friendica/friendica
Vasudev Kamath [Sun, 12 Feb 2012 09:36:12 +0000 (15:06 +0530)]
;) :D and :-O are also enabled for wink laugh and surprised smiley's
friendica [Sun, 12 Feb 2012 07:49:05 +0000 (23:49 -0800)]
do not display contact_block if config for num shown is 0
friendica [Sun, 12 Feb 2012 07:17:55 +0000 (23:17 -0800)]
refresh contact record after setting change
friendica [Sun, 12 Feb 2012 05:46:48 +0000 (21:46 -0800)]
kissing smilie may need escaping (thanks - Abinoam)
friendica [Sun, 12 Feb 2012 05:39:51 +0000 (21:39 -0800)]
bug #279, add network selector widget to contacts page
friendica [Sun, 12 Feb 2012 03:21:41 +0000 (19:21 -0800)]
fix link/bookmark reshares
friendica [Sat, 11 Feb 2012 11:07:15 +0000 (03:07 -0800)]
bug #278 show only blocked contacts
friendica [Sat, 11 Feb 2012 09:25:21 +0000 (01:25 -0800)]
Merge branch 'pull'
friendica [Sat, 11 Feb 2012 09:24:29 +0000 (01:24 -0800)]
show tags (pub_keywords) in advanced profile
Tobias Diekershoff [Sat, 11 Feb 2012 09:03:14 +0000 (10:03 +0100)]
fpostit by Devlon Duthied added to utils
Abinoam P. Marques Jr [Fri, 10 Feb 2012 22:03:43 +0000 (14:03 -0800)]
bug #270 - solved
friendica [Fri, 10 Feb 2012 21:43:35 +0000 (13:43 -0800)]
db installation sync
friendica [Fri, 10 Feb 2012 08:08:23 +0000 (00:08 -0800)]
send notify emails to community pages as well as people
friendica [Fri, 10 Feb 2012 06:44:59 +0000 (22:44 -0800)]
bug #274
friendica [Fri, 10 Feb 2012 05:18:50 +0000 (21:18 -0800)]
item tag notifications
friendica [Fri, 10 Feb 2012 02:09:28 +0000 (18:09 -0800)]
add render_location hook to both sets of conversations
friendica [Fri, 10 Feb 2012 00:03:30 +0000 (16:03 -0800)]
Merge branch 'pull'
friendica [Thu, 9 Feb 2012 23:58:26 +0000 (15:58 -0800)]
edit post not working after plaintext editor fixes, missing some recent editor template changes
friendica [Thu, 9 Feb 2012 23:13:34 +0000 (15:13 -0800)]
bug #273 - no $baseurl variable expansion in install template
Keith Fernie [Thu, 9 Feb 2012 23:08:53 +0000 (15:08 -0800)]
Merge pull request #30 from Keith2/master
Adds a custom YourLS url shortener to slinky.php
friendica [Thu, 9 Feb 2012 23:02:59 +0000 (15:02 -0800)]
render_location hook
friendica [Thu, 9 Feb 2012 22:06:17 +0000 (14:06 -0800)]
add tag notifications to enotify
Keith Fernie [Thu, 9 Feb 2012 21:44:52 +0000 (21:44 +0000)]
modified: library/slinky.php Set up tabs in code correctly.
Keith Fernie [Thu, 9 Feb 2012 20:45:38 +0000 (20:45 +0000)]
modified: library/slinky.php Added a custom YourLS shortener to the available shorteners
friendica [Thu, 9 Feb 2012 07:31:35 +0000 (23:31 -0800)]
Merge branch 'pull'
Abinoam P. Marques Jr [Thu, 9 Feb 2012 06:01:42 +0000 (22:01 -0800)]
Install note about PHP path.
friendica [Thu, 9 Feb 2012 05:15:26 +0000 (21:15 -0800)]
if removing a contact after viewing the third page of contacts, go back to page 3
friendica [Thu, 9 Feb 2012 02:12:26 +0000 (18:12 -0800)]
fix apps sub-menu on quattro and vier
friendica [Thu, 9 Feb 2012 01:56:55 +0000 (17:56 -0800)]
Merge branch 'pull'
friendica [Thu, 9 Feb 2012 01:56:23 +0000 (17:56 -0800)]
begin cmin, cmax
Tobias Diekershoff [Wed, 8 Feb 2012 21:29:38 +0000 (22:29 +0100)]
quattro: added delete button to mail list overview
Tobias Diekershoff [Wed, 8 Feb 2012 21:13:36 +0000 (22:13 +0100)]
quattro: added delete buttons to groups and contacts
Tobias Diekershoff [Wed, 8 Feb 2012 19:47:52 +0000 (20:47 +0100)]
quattro: group member selection styling
Tobias Diekershoff [Wed, 8 Feb 2012 18:11:11 +0000 (19:11 +0100)]
Merge branch 'master' of https://github.com/friendica/friendica
Tobias Diekershoff [Wed, 8 Feb 2012 18:09:25 +0000 (19:09 +0100)]
added theme "vier" by Michael Vogel
friendica [Wed, 8 Feb 2012 11:40:49 +0000 (03:40 -0800)]
browser being sent to update_community
friendica [Wed, 8 Feb 2012 04:34:40 +0000 (20:34 -0800)]
make individual advanced profile items addressable via script or plugin
friendica [Wed, 8 Feb 2012 01:03:09 +0000 (17:03 -0800)]
:coffee extended smilie
friendica [Tue, 7 Feb 2012 23:41:06 +0000 (15:41 -0800)]
beer smilie
friendica [Tue, 7 Feb 2012 10:16:28 +0000 (02:16 -0800)]
don't link tags enclosed inside Diaspora links
friendica [Tue, 7 Feb 2012 08:13:16 +0000 (00:13 -0800)]
more fixes for textmode
friendica [Tue, 7 Feb 2012 04:28:50 +0000 (20:28 -0800)]
basic support for plaintext editor configuration (disable tinymce), currently only zero themes - and not all the post tools currently work (as some of them emit html).
friendica [Tue, 7 Feb 2012 00:41:05 +0000 (16:41 -0800)]
add toggle to choose sending "friends with" activity even if contact is not hidden
friendica [Mon, 6 Feb 2012 09:08:00 +0000 (01:08 -0800)]
beer
friendica [Mon, 6 Feb 2012 01:38:32 +0000 (17:38 -0800)]
style missing on crepair-name
friendica [Mon, 6 Feb 2012 00:11:39 +0000 (16:11 -0800)]
Merge branch 'master' into spam
friendica [Sun, 5 Feb 2012 22:30:24 +0000 (14:30 -0800)]
roll update 1118 forward, enable update 1119
friendica [Sun, 5 Feb 2012 06:26:51 +0000 (22:26 -0800)]
Merge branch 'master' into spam
friendica [Fri, 3 Feb 2012 02:02:08 +0000 (18:02 -0800)]
do an optimise after an expunge
friendica [Thu, 2 Feb 2012 04:37:05 +0000 (20:37 -0800)]
more work on Friendica db driver for b8
friendica [Thu, 2 Feb 2012 03:23:45 +0000 (19:23 -0800)]
Merge branch 'master' into spam
friendica [Thu, 2 Feb 2012 03:23:05 +0000 (19:23 -0800)]
add uid variable to b8 classes
friendica [Thu, 2 Feb 2012 02:50:11 +0000 (18:50 -0800)]
add spam flag to item table, DB version not incremented yet, give large sites a heads up to do it manually
friendica [Thu, 2 Feb 2012 01:09:53 +0000 (17:09 -0800)]
improvements in d* markdown conversion
friendica [Wed, 1 Feb 2012 08:20:54 +0000 (00:20 -0800)]
placeholder - spam tab on network page
friendica [Wed, 1 Feb 2012 07:54:53 +0000 (23:54 -0800)]
add closeness attribute
friendica [Wed, 1 Feb 2012 04:03:46 +0000 (20:03 -0800)]
transport for email contacts phase II
friendica [Tue, 31 Jan 2012 23:54:41 +0000 (15:54 -0800)]
add spam engine
friendica [Tue, 31 Jan 2012 23:50:49 +0000 (15:50 -0800)]
revup
friendica [Tue, 31 Jan 2012 04:49:54 +0000 (20:49 -0800)]
allow plugin to abort message posting, fix half-duplex D* relationship
friendica [Mon, 30 Jan 2012 23:14:41 +0000 (15:14 -0800)]
Merge branch 'pull'
friendica [Mon, 30 Jan 2012 23:13:24 +0000 (15:13 -0800)]
prune old expired and deleted items
zzottel [Mon, 30 Jan 2012 21:38:55 +0000 (13:38 -0800)]
Merge pull request #29 from zzottel/master
Small testbubble fix
zottel [Mon, 30 Jan 2012 21:33:25 +0000 (13:33 -0800)]
testbubble fix: tools for wall-to-wall items now appear at the bottom where they should be
Tobias Diekershoff [Mon, 30 Jan 2012 13:25:24 +0000 (14:25 +0100)]
quattro: small adjustments to the profile edit style
Tobias Diekershoff [Mon, 30 Jan 2012 12:22:16 +0000 (13:22 +0100)]
quattro: styling of the edit profile page
friendica [Sun, 29 Jan 2012 23:47:25 +0000 (15:47 -0800)]
some zot-id infrastructure
friendica [Sun, 29 Jan 2012 10:09:39 +0000 (02:09 -0800)]
store moderated flag if set
friendica [Sat, 28 Jan 2012 21:24:53 +0000 (13:24 -0800)]
Merge branch 'pull'
friendica [Sat, 28 Jan 2012 20:09:17 +0000 (12:09 -0800)]
mime_content_type requires access to the file, not just the name
Tobias Diekershoff [Sat, 28 Jan 2012 12:13:21 +0000 (13:13 +0100)]
moving the pager down below the contact/photo list in quattro
friendica [Fri, 27 Jan 2012 20:56:36 +0000 (12:56 -0800)]
logging of manage identities
friendica [Fri, 27 Jan 2012 11:14:16 +0000 (03:14 -0800)]
typo was also in database.sql
friendica [Fri, 27 Jan 2012 07:56:47 +0000 (23:56 -0800)]
typo in update - critical
friendica [Fri, 27 Jan 2012 07:08:51 +0000 (23:08 -0800)]
for people whose DB's are not updating
friendica [Fri, 27 Jan 2012 07:03:27 +0000 (23:03 -0800)]
fix some changes lost from another branch
friendica [Fri, 27 Jan 2012 04:46:42 +0000 (20:46 -0800)]
restore diaspora test mode
friendica [Fri, 27 Jan 2012 04:32:05 +0000 (20:32 -0800)]
slackr -> wall-to-wall comment form background different than regular comment
friendica [Fri, 27 Jan 2012 04:08:02 +0000 (20:08 -0800)]
page delegation
friendica [Fri, 27 Jan 2012 00:52:12 +0000 (16:52 -0800)]
backend for delegating forums
friendica [Wed, 25 Jan 2012 23:16:43 +0000 (15:16 -0800)]
D* event formatting
friendica [Wed, 25 Jan 2012 21:42:06 +0000 (13:42 -0800)]
new event current date off by one, submit button misplaced
friendica [Wed, 25 Jan 2012 08:30:36 +0000 (00:30 -0800)]
by default allow pseudonyms
friendica [Wed, 25 Jan 2012 02:59:55 +0000 (18:59 -0800)]
redirect to a useful location after deleting or ignoring a friend request, begin comment moderation logic
friendica [Wed, 25 Jan 2012 01:04:49 +0000 (17:04 -0800)]
more robust cache api handling (was throwing errors on occasion)
friendica [Wed, 25 Jan 2012 00:45:58 +0000 (16:45 -0800)]
backtrace errant input to base64url_decode
friendica [Wed, 25 Jan 2012 00:23:30 +0000 (16:23 -0800)]
bug #254
friendica [Tue, 24 Jan 2012 04:56:11 +0000 (20:56 -0800)]
implement "moderate" flag on items
friendica [Mon, 23 Jan 2012 23:07:40 +0000 (15:07 -0800)]
shaka, slackr theme
fabrixxm [Mon, 23 Jan 2012 08:25:34 +0000 (00:25 -0800)]
Merge pull request #28 from fabrixxm/master
fix "See all notifications"
Fabio Comuni [Mon, 23 Jan 2012 08:23:37 +0000 (09:23 +0100)]
nav: fix "See all notifications"
friendica [Sun, 22 Jan 2012 23:25:29 +0000 (15:25 -0800)]
more logging of D* photo transactions