]>
git.mxchange.org Git - friendica.git/log
friendica [Wed, 14 Mar 2012 23:09:13 +0000 (16:09 -0700)]
revup
friendica [Wed, 14 Mar 2012 22:16:30 +0000 (15:16 -0700)]
Merge pull request #132 from campino/master
Test cases
friendica [Wed, 14 Mar 2012 22:15:34 +0000 (15:15 -0700)]
Merge pull request #133 from tonybaldwin/master
slack-NS
friendica [Wed, 14 Mar 2012 21:34:52 +0000 (14:34 -0700)]
Merge branch 'pull'
friendica [Wed, 14 Mar 2012 21:34:48 +0000 (14:34 -0700)]
Merge https://github.com/friendica/friendica into pull
Simon [Wed, 14 Mar 2012 15:02:04 +0000 (08:02 -0700)]
Merge pull request #134 from simonlnu/master
PHP Fatal error: Call-time pass-by-reference has been removed in mod/item.php on line 630
Simon L'nu [Wed, 14 Mar 2012 15:00:20 +0000 (11:00 -0400)]
PHP Fatal error: Call-time pass-by-reference has been removed in mod/item.php on line 630
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Alexander Kampmann [Wed, 14 Mar 2012 11:57:35 +0000 (12:57 +0100)]
Merge branch 'master' of git://github.com/friendica/friendica
Conflicts:
view/de/strings.php
tommy tomson [Wed, 14 Mar 2012 11:56:59 +0000 (12:56 +0100)]
fix in nav
Alexander Kampmann [Wed, 14 Mar 2012 11:54:49 +0000 (12:54 +0100)]
splitted tests into several files
tommy tomson [Wed, 14 Mar 2012 11:50:11 +0000 (12:50 +0100)]
add links to home, profile, photos, events, notes to aside in network-stream
Alexander Kampmann [Wed, 14 Mar 2012 11:31:25 +0000 (12:31 +0100)]
removed done TODO
Alexander Kampmann [Wed, 14 Mar 2012 11:30:52 +0000 (12:30 +0100)]
get_tags tests corrected. They test for the right things now.
friendica [Wed, 14 Mar 2012 06:53:33 +0000 (23:53 -0700)]
Merge branch 'pull'
friendica [Wed, 14 Mar 2012 06:52:13 +0000 (23:52 -0700)]
addon settings form error
Simon [Wed, 14 Mar 2012 05:10:02 +0000 (22:10 -0700)]
Merge pull request #131 from simonlnu/master
massive work done to both dispys, mostly -dark
Simon L'nu [Wed, 14 Mar 2012 05:05:08 +0000 (01:05 -0400)]
massive work done to both dispys, mostly -dark
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
friendica [Wed, 14 Mar 2012 03:46:37 +0000 (20:46 -0700)]
more work on filer, comment level and file tag removal
Tony Baldwin [Wed, 14 Mar 2012 03:05:04 +0000 (23:05 -0400)]
added slack-NS, non-scrolly, slackr-based theme.
Simon L'nu [Wed, 14 Mar 2012 02:41:45 +0000 (22:41 -0400)]
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
sort inbox by recently replied conversations first
file as widget and basic filing implementation for duepuntozero,slackr much more work needed - this is just for test/evaluation currently
don't count self in number of contatcs
invite potential connectees to the free social web
In HTML2BBCode: fetch the URL of [EMBED] using JavaScript instead of an ajax-call to a php-script. Once there actually is embedded Code in the HTML, this function is called after every single keypress. Not only is making an ajax-call every keypress bandith intensive - it also made typing hard / slow. Making a lot of JavaScript-RegExp-Computation every keypress isn't exactly great either, but still performs better.
Some security against XSRF-attacks
A 'PHP Fatal error: Call to a member function getElementsByTagName() on a non-object in mod/parse_url.php on line 191' occurred when the linked HTML-File doesn't have a HEAD. The HTML-file couln't be link to in the editor therefore.
Mostly some checks in order to avoid Notices; 1 real bugfix in /mod/network.php
Avoid notices
contact.network is used later to check if a direct link or a redirect by /redir/contactid should be used
wasn't actually changed before
Avoid a notice
Avoid a Notice
Avoid a Notice
Avoid a Notice
* master:
friendica [Wed, 14 Mar 2012 02:27:52 +0000 (19:27 -0700)]
sort inbox by recently replied conversations first
friendica [Wed, 14 Mar 2012 01:13:03 +0000 (18:13 -0700)]
file as widget and basic filing implementation for duepuntozero,slackr
much more work needed - this is just for test/evaluation currently
friendica [Tue, 13 Mar 2012 23:02:52 +0000 (16:02 -0700)]
Merge branch 'pull'
friendica [Tue, 13 Mar 2012 23:02:20 +0000 (16:02 -0700)]
don't count self in number of contatcs
friendica [Tue, 13 Mar 2012 22:45:12 +0000 (15:45 -0700)]
Merge pull request #130 from CatoTH/master
HTML2BBCode with [EMBED]: Compute in JS instead of PHP
friendica [Tue, 13 Mar 2012 22:41:13 +0000 (15:41 -0700)]
Merge branch 'pull'
friendica [Tue, 13 Mar 2012 22:40:16 +0000 (15:40 -0700)]
invite potential connectees to the free social web
Tobias Hößl [Tue, 13 Mar 2012 21:46:57 +0000 (21:46 +0000)]
In HTML2BBCode: fetch the URL of [EMBED] using JavaScript instead of an ajax-call to a php-script. Once there actually is embedded Code in the HTML, this function is called after every single keypress. Not only is making an ajax-call every keypress bandith intensive - it also made typing hard / slow. Making a lot of JavaScript-RegExp-Computation every keypress isn't exactly great either, but still performs better.
friendica [Tue, 13 Mar 2012 21:36:52 +0000 (14:36 -0700)]
Merge pull request #129 from CatoTH/master
CSRF-Protection and minor changes
Simon L'nu [Tue, 13 Mar 2012 18:41:46 +0000 (14:41 -0400)]
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
initial tag display for categories and save-to-file - suitable for testing but needs cleanup, links to delete term, and theming.
* master:
Tobias Hößl [Tue, 13 Mar 2012 18:34:15 +0000 (18:34 +0000)]
Merge branch 'master' of git://github.com/friendica/friendica
friendica [Tue, 13 Mar 2012 11:04:26 +0000 (04:04 -0700)]
initial tag display for categories and save-to-file - suitable for testing but needs cleanup, links to delete term, and theming.
Simon L'nu [Tue, 13 Mar 2012 04:25:20 +0000 (00:25 -0400)]
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
click anywhere to close notifications -> zeros and bubbles
revup
fix css
use fancybox instead of lightbox
fixes
* master:
friendica [Tue, 13 Mar 2012 03:21:32 +0000 (20:21 -0700)]
click anywhere to close notifications -> zeros and bubbles
friendica [Tue, 13 Mar 2012 02:12:39 +0000 (19:12 -0700)]
Merge branch 'pull'
friendica [Tue, 13 Mar 2012 02:12:00 +0000 (19:12 -0700)]
revup
tomtom84 [Mon, 12 Mar 2012 23:40:10 +0000 (16:40 -0700)]
Merge pull request #128 from tomtom84/master
fixes in diabook-derivates
tommy tomson [Mon, 12 Mar 2012 23:38:38 +0000 (00:38 +0100)]
fix css
tomtom84 [Mon, 12 Mar 2012 23:06:15 +0000 (16:06 -0700)]
Merge pull request #127 from tomtom84/master
fixes in diabook-derivates
tommy tomson [Mon, 12 Mar 2012 23:04:19 +0000 (00:04 +0100)]
use fancybox instead of lightbox
tomtom84 [Mon, 12 Mar 2012 22:33:29 +0000 (15:33 -0700)]
Merge pull request #126 from tomtom84/master
fixes in diabook-derivates
tommy tomson [Mon, 12 Mar 2012 22:31:54 +0000 (23:31 +0100)]
fixes
Simon L'nu [Mon, 12 Mar 2012 21:12:01 +0000 (17:12 -0400)]
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
add lightbox, fixex in css
more save to file backend
backend for "save to file" feature
* master:
Tobias Hößl [Mon, 12 Mar 2012 20:17:37 +0000 (20:17 +0000)]
Some security against XSRF-attacks
tomtom84 [Mon, 12 Mar 2012 20:11:19 +0000 (13:11 -0700)]
Merge pull request #125 from tomtom84/master
fixes in diabook-derivates
tommy tomson [Mon, 12 Mar 2012 20:09:16 +0000 (21:09 +0100)]
add lightbox, fixex in css
Tobias Hößl [Mon, 12 Mar 2012 19:06:45 +0000 (19:06 +0000)]
Merge branch 'master' of git://github.com/friendica/friendica
Alexander Kampmann [Mon, 12 Mar 2012 12:59:00 +0000 (13:59 +0100)]
get tags test improved
friendica [Mon, 12 Mar 2012 07:57:06 +0000 (00:57 -0700)]
Merge branch 'pull'
friendica [Mon, 12 Mar 2012 04:32:11 +0000 (21:32 -0700)]
more save to file backend
friendica [Mon, 12 Mar 2012 03:19:56 +0000 (20:19 -0700)]
backend for "save to file" feature
Simon L'nu [Mon, 12 Mar 2012 01:34:51 +0000 (21:34 -0400)]
fix dispy-dark photo album stuff
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Simon L'nu [Mon, 12 Mar 2012 01:33:06 +0000 (21:33 -0400)]
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
* master:
Simon [Mon, 12 Mar 2012 00:37:29 +0000 (17:37 -0700)]
Merge pull request #124 from simonlnu/master
fix dispys' css and layout
Simon L'nu [Mon, 12 Mar 2012 00:36:16 +0000 (20:36 -0400)]
fix dispys' css and layout
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Simon L'nu [Mon, 12 Mar 2012 00:33:10 +0000 (20:33 -0400)]
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
community meta tag renamed from "ika"
* master:
friendica [Mon, 12 Mar 2012 00:09:07 +0000 (17:09 -0700)]
Merge branch 'pull'
friendica [Sun, 11 Mar 2012 22:50:23 +0000 (15:50 -0700)]
community meta tag renamed from "ika"
Simon L'nu [Sun, 11 Mar 2012 21:05:08 +0000 (17:05 -0400)]
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
* master:
Tobias Hößl [Sun, 11 Mar 2012 14:43:16 +0000 (14:43 +0000)]
Merge branch 'master' of git://github.com/friendica/friendica
Simon [Sun, 11 Mar 2012 14:29:45 +0000 (07:29 -0700)]
Merge pull request #123 from simonlnu/master
screwed up on the font-size for screen last push
Simon L'nu [Sun, 11 Mar 2012 14:29:12 +0000 (10:29 -0400)]
screwed up on the font-size for screen last push
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Simon L'nu [Sun, 11 Mar 2012 14:25:39 +0000 (10:25 -0400)]
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
* master:
Simon [Sun, 11 Mar 2012 14:25:27 +0000 (07:25 -0700)]
Merge pull request #122 from simonlnu/master
add some '@media handheld' types for dispys
Simon L'nu [Sun, 11 Mar 2012 14:24:49 +0000 (10:24 -0400)]
add some '@media handheld' types for dispys
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Simon [Sun, 11 Mar 2012 14:15:35 +0000 (07:15 -0700)]
Merge pull request #121 from simonlnu/master
fix more stuff
Simon L'nu [Sun, 11 Mar 2012 14:14:31 +0000 (10:14 -0400)]
fix more stuff
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Simon [Sun, 11 Mar 2012 13:13:10 +0000 (06:13 -0700)]
Merge pull request #120 from simonlnu/master
fix some stuff right away
Simon L'nu [Sun, 11 Mar 2012 13:12:31 +0000 (09:12 -0400)]
fix some stuff right away
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Tobias Hößl [Sun, 11 Mar 2012 11:27:47 +0000 (11:27 +0000)]
Merge branch 'master' of git://github.com/friendica/friendica
Simon [Sun, 11 Mar 2012 06:33:40 +0000 (22:33 -0800)]
Merge pull request #119 from simonlnu/master
preliminary dispy-dark theme. WIP! did i say "WIP!"? yes, i did. WIP!
Simon L'nu [Sun, 11 Mar 2012 06:32:11 +0000 (01:32 -0500)]
preliminary dispy-dark theme. WIP! did i say "WIP!"? yes, i did. WIP!
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Simon L'nu [Sun, 11 Mar 2012 06:24:59 +0000 (01:24 -0500)]
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
bug #328
default the text template var on conversations
bug #327 - composed private message is lost if no recip specified.
revup
fixed login-fields, fixed. notofication.png, changed locations
German translation
* master:
friendica [Sun, 11 Mar 2012 02:52:50 +0000 (18:52 -0800)]
bug #328
friendica [Sat, 10 Mar 2012 23:53:36 +0000 (15:53 -0800)]
default the text template var on conversations
friendica [Sat, 10 Mar 2012 23:50:51 +0000 (15:50 -0800)]
bug #327 - composed private message is lost if no recip specified.
friendica [Sat, 10 Mar 2012 22:45:23 +0000 (14:45 -0800)]
Merge branch 'pull'
friendica [Sat, 10 Mar 2012 22:44:43 +0000 (14:44 -0800)]
revup
tomtom84 [Sat, 10 Mar 2012 12:24:49 +0000 (04:24 -0800)]
Merge pull request #118 from tomtom84/master
fixes in diabook-derivates
tommy tomson [Sat, 10 Mar 2012 12:22:41 +0000 (13:22 +0100)]
fixed login-fields, fixed. notofication.png, changed locations
Tobias Diekershoff [Sat, 10 Mar 2012 09:36:20 +0000 (10:36 +0100)]
German translation
Simon L'nu [Sat, 10 Mar 2012 05:15:29 +0000 (00:15 -0500)]
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
spec directory
allow user to set number of items to show on network page
revup
* master:
friendica [Sat, 10 Mar 2012 03:50:45 +0000 (19:50 -0800)]
Merge branch 'pull'
friendica [Sat, 10 Mar 2012 03:50:31 +0000 (19:50 -0800)]
spec directory
friendica [Sat, 10 Mar 2012 03:42:52 +0000 (19:42 -0800)]
Merge pull request #117 from unary/issue299
allow user to set number of items to show on network page
Michael Johnston [Sat, 10 Mar 2012 02:29:39 +0000 (21:29 -0500)]
allow user to set number of items to show on network page
Simon L'nu [Sat, 10 Mar 2012 00:02:29 +0000 (19:02 -0500)]
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
add js to hide nav-menus, when clicked outside
fixes in css
recover contacts total count which got lost
bug #324 - tinymce used for mail even if editplain being used.
bug in check for private email comment to public conversation prevents authenticated visitor from seeing comments that should be allowed
keep tony from talking to himself
* master:
friendica [Fri, 9 Mar 2012 22:44:29 +0000 (14:44 -0800)]
Merge branch 'pull'
friendica [Fri, 9 Mar 2012 22:43:48 +0000 (14:43 -0800)]
revup
tomtom84 [Fri, 9 Mar 2012 17:17:01 +0000 (09:17 -0800)]
Merge pull request #116 from tomtom84/master
fixes in diabook-derivates
tommy tomson [Fri, 9 Mar 2012 17:15:27 +0000 (18:15 +0100)]
add js to hide nav-menus, when clicked outside
tomtom84 [Fri, 9 Mar 2012 12:24:59 +0000 (04:24 -0800)]
Merge pull request #115 from tomtom84/master
fixes in diabook-derivates
tommy tomson [Fri, 9 Mar 2012 12:23:38 +0000 (13:23 +0100)]
fixes in css
Alexander Kampmann [Fri, 9 Mar 2012 11:57:11 +0000 (12:57 +0100)]
splitted test cases.
Alexander Kampmann [Fri, 9 Mar 2012 11:18:37 +0000 (12:18 +0100)]
changed a test string
Alexander Kampmann [Fri, 9 Mar 2012 11:17:19 +0000 (12:17 +0100)]
Merge branch 'master' of git://github.com/friendica/friendica
Alexander Kampmann [Fri, 9 Mar 2012 11:16:58 +0000 (12:16 +0100)]
added some tests
friendica [Fri, 9 Mar 2012 10:50:57 +0000 (02:50 -0800)]
recover contacts total count which got lost
Tobias Hößl [Fri, 9 Mar 2012 10:00:12 +0000 (10:00 +0000)]
Merge branch 'master' of git://github.com/friendica/friendica
friendica [Fri, 9 Mar 2012 08:48:16 +0000 (00:48 -0800)]
Merge branch 'pull'