]> git.mxchange.org Git - friendica.git/log
friendica.git
12 years agoMerge remote-tracking branch 'friendica/master'
Fabio Comuni [Tue, 3 Jan 2012 20:14:48 +0000 (21:14 +0100)]
Merge remote-tracking branch 'friendica/master'

12 years agocheck count before foreach
friendica [Tue, 3 Jan 2012 06:58:09 +0000 (22:58 -0800)]
check count before foreach

12 years agohopefully this will speed up the network updates a wee bit more
friendica [Tue, 3 Jan 2012 03:33:26 +0000 (19:33 -0800)]
hopefully this will speed up the network updates a wee bit more

12 years agothat didn't work - revert
friendica [Tue, 3 Jan 2012 02:50:28 +0000 (18:50 -0800)]
that didn't work - revert

12 years agosql optimisation cont.
friendica [Tue, 3 Jan 2012 02:40:38 +0000 (18:40 -0800)]
sql optimisation cont.

12 years agoconversation sql optimisations
friendica [Tue, 3 Jan 2012 00:54:37 +0000 (16:54 -0800)]
conversation sql optimisations

12 years agoMerge branch 'pull'
friendica [Mon, 2 Jan 2012 22:04:08 +0000 (14:04 -0800)]
Merge branch 'pull'

12 years agorevup
friendica [Mon, 2 Jan 2012 21:59:50 +0000 (13:59 -0800)]
revup

12 years agoMerge pull request #21 from fabrixxm/fixinstall
fabrixxm [Mon, 2 Jan 2012 21:35:23 +0000 (13:35 -0800)]
Merge pull request #21 from fabrixxm/fixinstall

Fix install procedure

12 years agoinstall: fix install procedure
Fabio Comuni [Mon, 2 Jan 2012 19:16:28 +0000 (20:16 +0100)]
install: fix install procedure

install procedure as a wizard
graphical rappresentation of passed/unpassed system checks
db connection test don't try anymore to create the db
admin email and timezone are asked in a separate pass
fix loading of database.sql, removing comments from phpmyadmin export
fix check for .htconfig.php writability
ask for php-cli path if not found in PATH
install_db.tpl use field_* templates to render the form

12 years agotext: "turn off" logger() if module is "install"
Fabio Comuni [Mon, 2 Jan 2012 19:11:06 +0000 (20:11 +0100)]
text: "turn off" logger() if module is "install"

12 years agodba: leave unconnected if $server and $user are not defined
Fabio Comuni [Mon, 2 Jan 2012 19:10:23 +0000 (20:10 +0100)]
dba: leave unconnected if $server and $user are not defined

12 years agodatetime: new field_timezone() function, new template field_select_raw.tpl
Fabio Comuni [Mon, 2 Jan 2012 19:09:25 +0000 (20:09 +0100)]
datetime: new field_timezone() function, new template field_select_raw.tpl

returns a timezone select like select_timezone() but using template field_select_raw.tpl.
field_select_raw get options html as forth argument, instead of array value=>label like field_select

12 years agoMerge branch 'master' of github.com:fabrixxm/friendica
Fabio Comuni [Mon, 2 Jan 2012 14:32:37 +0000 (15:32 +0100)]
Merge branch 'master' of github.com:fabrixxm/friendica

12 years agotry again on the network page sql optimisation
friendica [Mon, 2 Jan 2012 11:40:52 +0000 (03:40 -0800)]
try again on the network page sql optimisation

12 years agorevert sql optimisation - js updates broken
friendica [Mon, 2 Jan 2012 08:20:06 +0000 (00:20 -0800)]
revert sql optimisation - js updates broken

12 years agolong running query on network page - optimise out the double sub-select
friendica [Mon, 2 Jan 2012 07:07:53 +0000 (23:07 -0800)]
long running query on network page - optimise out the double sub-select

12 years agobug #250 typo in database.sql
friendica [Mon, 2 Jan 2012 06:46:20 +0000 (22:46 -0800)]
bug #250 typo in database.sql

12 years agoextensible notify structure
friendica [Mon, 2 Jan 2012 06:44:03 +0000 (22:44 -0800)]
extensible notify structure

12 years agochange default ostatus poll interval
friendica [Sun, 1 Jan 2012 19:45:56 +0000 (11:45 -0800)]
change default ostatus poll interval

12 years agonotification data type
friendica [Sun, 1 Jan 2012 08:39:22 +0000 (00:39 -0800)]
notification data type

12 years agofunction not defined
friendica [Sat, 31 Dec 2011 04:48:49 +0000 (20:48 -0800)]
function not defined

12 years agomigrate more notifications
friendica [Fri, 30 Dec 2011 06:32:30 +0000 (22:32 -0800)]
migrate more notifications

12 years agohide contacts on approval
friendica [Thu, 29 Dec 2011 08:23:05 +0000 (00:23 -0800)]
hide contacts on approval

12 years agoadd notifications to d* private messages
friendica [Tue, 27 Dec 2011 23:49:47 +0000 (15:49 -0800)]
add notifications to d* private messages

12 years agoMerge branch 'pull'
friendica [Tue, 27 Dec 2011 22:27:39 +0000 (14:27 -0800)]
Merge branch 'pull'

12 years agonotification testing
friendica [Tue, 27 Dec 2011 22:26:44 +0000 (14:26 -0800)]
notification testing

12 years agonotify_intro
friendica [Mon, 26 Dec 2011 23:47:40 +0000 (15:47 -0800)]
notify_intro

12 years agoextending notifications to other types
friendica [Mon, 26 Dec 2011 22:16:25 +0000 (14:16 -0800)]
extending notifications to other types

12 years agotranslation of email templates
Tobias Diekershoff [Mon, 26 Dec 2011 08:16:33 +0000 (09:16 +0100)]
translation of email templates

12 years agotranslation of email template
Tobias Diekershoff [Mon, 26 Dec 2011 08:08:32 +0000 (09:08 +0100)]
translation of email template

12 years agotranslation of the email template
Tobias Diekershoff [Mon, 26 Dec 2011 08:05:02 +0000 (09:05 +0100)]
translation of the email template

12 years agonew notification module working for "email message received"
friendica [Mon, 26 Dec 2011 07:00:19 +0000 (23:00 -0800)]
new notification module working for "email message received"

12 years agoMerge branch 'master' into notify
friendica [Mon, 26 Dec 2011 03:14:45 +0000 (19:14 -0800)]
Merge branch 'master' into notify

12 years agomore enotify
friendica [Mon, 26 Dec 2011 00:20:53 +0000 (16:20 -0800)]
more enotify

12 years agoMerge branch 'pull'
friendica [Mon, 26 Dec 2011 00:06:09 +0000 (16:06 -0800)]
Merge branch 'pull'

12 years agorevup
friendica [Mon, 26 Dec 2011 00:05:25 +0000 (16:05 -0800)]
revup

12 years agoMerge pull request #20 from Keith2/master
friendica [Sun, 25 Dec 2011 23:13:20 +0000 (15:13 -0800)]
Merge pull request #20 from Keith2/master

Spelling mistake fix using TLS not TSL

12 years ago modified: settings.php corrected TLS email connector not working due to spelling...
root [Sun, 25 Dec 2011 22:52:15 +0000 (22:52 +0000)]
modified:   settings.php corrected TLS email connector not working due to spelling mistake.

12 years agomore enotify
friendica [Sun, 25 Dec 2011 06:36:17 +0000 (22:36 -0800)]
more enotify

12 years agorevup
friendica [Sun, 25 Dec 2011 06:13:44 +0000 (22:13 -0800)]
revup

12 years agomore work on enotify
friendica [Sat, 24 Dec 2011 07:07:05 +0000 (23:07 -0800)]
more work on enotify

12 years agoMerge branch 'master' into notify
friendica [Sat, 24 Dec 2011 06:40:04 +0000 (22:40 -0800)]
Merge branch 'master' into notify

12 years agorevup
friendica [Sat, 24 Dec 2011 06:39:43 +0000 (22:39 -0800)]
revup

12 years agoMerge branch 'master' into notify
friendica [Fri, 23 Dec 2011 09:44:42 +0000 (01:44 -0800)]
Merge branch 'master' into notify

12 years agopreparation for 3g email contacts
friendica [Fri, 23 Dec 2011 09:44:03 +0000 (01:44 -0800)]
preparation for 3g email contacts

12 years agopreparation for 3rd generation email contacts
friendica [Fri, 23 Dec 2011 09:38:06 +0000 (01:38 -0800)]
preparation for 3rd generation email contacts

12 years agoMerge branch 'master' into notify
friendica [Fri, 23 Dec 2011 00:08:17 +0000 (16:08 -0800)]
Merge branch 'master' into notify

12 years agoimproved cid search
friendica [Fri, 23 Dec 2011 00:05:03 +0000 (16:05 -0800)]
improved cid search

12 years agoMerge branch 'master' into notify
friendica [Thu, 22 Dec 2011 23:42:01 +0000 (15:42 -0800)]
Merge branch 'master' into notify

12 years agorevup
friendica [Thu, 22 Dec 2011 23:41:33 +0000 (15:41 -0800)]
revup

12 years agoMerge remote-tracking branch 'friendica/master'
Fabio Comuni [Thu, 22 Dec 2011 15:35:58 +0000 (16:35 +0100)]
Merge remote-tracking branch 'friendica/master'

12 years agoquattro: contacts and first photo page
Fabio Comuni [Thu, 22 Dec 2011 15:33:14 +0000 (16:33 +0100)]
quattro: contacts and first photo page

12 years agoquattro: more on editor
Fabio Comuni [Thu, 22 Dec 2011 10:24:34 +0000 (11:24 +0100)]
quattro: more on editor

12 years agobetter handling of the display of conflicting group permissions
friendica [Thu, 22 Dec 2011 02:04:24 +0000 (18:04 -0800)]
better handling of the display of conflicting group permissions

12 years agobug #188 diaspora_signed_retraction not removing post
friendica [Wed, 21 Dec 2011 22:42:12 +0000 (14:42 -0800)]
bug #188 diaspora_signed_retraction not removing post

12 years agoMerge remote-tracking branch 'friendica/master'
Fabio Comuni [Wed, 21 Dec 2011 16:37:35 +0000 (17:37 +0100)]
Merge remote-tracking branch 'friendica/master'

12 years agoquattro: more on editor
Fabio Comuni [Wed, 21 Dec 2011 16:36:42 +0000 (17:36 +0100)]
quattro: more on editor

12 years agobug #247
friendica [Wed, 21 Dec 2011 09:45:15 +0000 (01:45 -0800)]
bug #247

12 years agoimplement max daily registrations
friendica [Wed, 21 Dec 2011 04:12:29 +0000 (20:12 -0800)]
implement max daily registrations

12 years agobug #246
friendica [Wed, 21 Dec 2011 03:11:46 +0000 (19:11 -0800)]
bug #246

12 years agoaudio/video bb tags showing up on Diaspora
friendica [Wed, 21 Dec 2011 01:01:41 +0000 (17:01 -0800)]
audio/video bb tags showing up on Diaspora

12 years agoMerge remote-tracking branch 'friendica/master'
Fabio Comuni [Tue, 20 Dec 2011 16:18:19 +0000 (17:18 +0100)]
Merge remote-tracking branch 'friendica/master'

12 years agoquattro: more on editor
Fabio Comuni [Tue, 20 Dec 2011 16:17:17 +0000 (17:17 +0100)]
quattro: more on editor

12 years agoremove hashchars from pub keywords
friendica [Tue, 20 Dec 2011 11:04:20 +0000 (03:04 -0800)]
remove hashchars from pub keywords

12 years agowrong style for unvisited links
friendica [Tue, 20 Dec 2011 04:23:11 +0000 (20:23 -0800)]
wrong style for unvisited links

12 years agobug 244 multiple birthday reminders from Diaspora if profile changed repeatedly
friendica [Tue, 20 Dec 2011 03:06:25 +0000 (19:06 -0800)]
bug 244 multiple birthday reminders from Diaspora if profile changed repeatedly

12 years agomore data checking, cleans up some infrequent php errors
friendica [Tue, 20 Dec 2011 00:51:57 +0000 (16:51 -0800)]
more data checking, cleans up some infrequent php errors

12 years agoinvalid thread-id in "nouveau" mode of conversation, bug 245
friendica [Mon, 19 Dec 2011 21:51:55 +0000 (13:51 -0800)]
invalid thread-id in "nouveau" mode of conversation, bug 245

12 years agoMerge remote-tracking branch 'friendica/master'
Fabio Comuni [Mon, 19 Dec 2011 17:04:04 +0000 (18:04 +0100)]
Merge remote-tracking branch 'friendica/master'

12 years agoquattro: fix icons in oauth settings page
Fabio Comuni [Mon, 19 Dec 2011 17:03:03 +0000 (18:03 +0100)]
quattro: fix icons in oauth settings page

12 years agoquattro: first work on jot style
Fabio Comuni [Mon, 19 Dec 2011 17:02:43 +0000 (18:02 +0100)]
quattro: first work on jot style

12 years agoconfig: set/get arrays with pconfig
Fabio Comuni [Mon, 19 Dec 2011 17:01:38 +0000 (18:01 +0100)]
config: set/get arrays with pconfig

12 years agoicons: lock and unlock
Fabio Comuni [Mon, 19 Dec 2011 17:00:52 +0000 (18:00 +0100)]
icons: lock and unlock

12 years agojquery effects missing from zero derivatives
friendica [Mon, 19 Dec 2011 09:23:12 +0000 (01:23 -0800)]
jquery effects missing from zero derivatives

12 years agopoco_load aborting after debug statement
friendica [Mon, 19 Dec 2011 08:40:00 +0000 (00:40 -0800)]
poco_load aborting after debug statement

12 years agosuggest query for no friends messed up
friendica [Sun, 18 Dec 2011 21:03:20 +0000 (13:03 -0800)]
suggest query for no friends messed up

12 years agoconnect on suggest/match - added to testbubble
friendica [Sun, 18 Dec 2011 20:51:45 +0000 (12:51 -0800)]
connect on suggest/match - added to testbubble

12 years agomake mod-follow "get"-able
friendica [Sun, 18 Dec 2011 20:41:46 +0000 (12:41 -0800)]
make mod-follow "get"-able

12 years agoadd connect link to suggestion and matches
friendica [Sun, 18 Dec 2011 09:44:46 +0000 (01:44 -0800)]
add connect link to suggestion and matches

12 years agoadd connect link to friend suggest
friendica [Sun, 18 Dec 2011 09:08:32 +0000 (01:08 -0800)]
add connect link to friend suggest

12 years agoadd webfinger addr to gcontact for friend "connect" links
friendica [Sun, 18 Dec 2011 08:50:17 +0000 (00:50 -0800)]
add webfinger addr to gcontact for friend "connect" links

12 years agofix xml poco for arrays
friendica [Sun, 18 Dec 2011 08:39:15 +0000 (00:39 -0800)]
fix xml poco for arrays

12 years agotypo
friendica [Sun, 18 Dec 2011 08:22:44 +0000 (00:22 -0800)]
typo

12 years agotypo
friendica [Sun, 18 Dec 2011 08:21:01 +0000 (00:21 -0800)]
typo

12 years agoadd webfinger to poco, if present
friendica [Sun, 18 Dec 2011 08:14:34 +0000 (00:14 -0800)]
add webfinger to poco, if present

12 years agoimprove the email regex a bit more
friendica [Fri, 16 Dec 2011 22:31:39 +0000 (14:31 -0800)]
improve the email regex a bit more

12 years agobug 241 - valid emails may contain + on lhs
friendica [Fri, 16 Dec 2011 22:06:50 +0000 (14:06 -0800)]
bug 241 - valid emails may contain + on lhs

12 years agoeliminate dup identical hashtags in posts
friendica [Fri, 16 Dec 2011 09:42:45 +0000 (01:42 -0800)]
eliminate dup identical hashtags in posts

12 years agodefault suggestions not being collected properly
friendica [Thu, 15 Dec 2011 21:52:52 +0000 (13:52 -0800)]
default suggestions not being collected properly

12 years agorevup
friendica [Thu, 15 Dec 2011 20:50:34 +0000 (12:50 -0800)]
revup

12 years agomust use named vars in plugin args
friendica [Thu, 15 Dec 2011 09:09:38 +0000 (01:09 -0800)]
must use named vars in plugin args

12 years agohome_init hook
friendica [Thu, 15 Dec 2011 09:08:19 +0000 (01:08 -0800)]
home_init hook

12 years agosimplify live update
friendica [Thu, 15 Dec 2011 01:23:41 +0000 (17:23 -0800)]
simplify live update

12 years agotesting
friendica [Thu, 15 Dec 2011 00:43:37 +0000 (16:43 -0800)]
testing

12 years agolive update glitches cont.
friendica [Wed, 14 Dec 2011 23:51:13 +0000 (15:51 -0800)]
live update glitches cont.

12 years agoMerge branch 'pull'
friendica [Wed, 14 Dec 2011 22:19:16 +0000 (14:19 -0800)]
Merge branch 'pull'

12 years agoname change stragglers, fix newmember links, liveupdate glitch
friendica [Wed, 14 Dec 2011 22:17:48 +0000 (14:17 -0800)]
name change stragglers, fix newmember links, liveupdate glitch

12 years agoMerge pull request #19 from fabrixxm/master
fabrixxm [Wed, 14 Dec 2011 15:12:19 +0000 (07:12 -0800)]
Merge pull request #19 from fabrixxm/master

update messages.po

12 years agoUpdate messages.po
Fabio Comuni [Wed, 14 Dec 2011 15:11:07 +0000 (16:11 +0100)]
Update messages.po