]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Sarven Capadisli [Sun, 4 Oct 2009 08:02:03 +0000 (10:02 +0200)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x-mobile
Evan Prodromou [Thu, 24 Sep 2009 03:23:13 +0000 (23:23 -0400)]
move scripts to just before </body>, add event for scripts that need to be in <head>
Evan Prodromou [Sun, 4 Oct 2009 07:07:37 +0000 (03:07 -0400)]
Merge branch '0.8.x' into 0.9.x
Conflicts:
classes/Profile.php
Evan Prodromou [Sun, 4 Oct 2009 00:34:40 +0000 (20:34 -0400)]
reformat Notice.php
Brenda Wallace [Sat, 3 Oct 2009 22:14:26 +0000 (11:14 +1300)]
added all them doxygens
Sarven Capadisli [Sat, 3 Oct 2009 22:07:41 +0000 (22:07 +0000)]
Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x
Sarven Capadisli [Sat, 3 Oct 2009 22:06:51 +0000 (22:06 +0000)]
Using CDATA for autofocus script
Sarven Capadisli [Sat, 3 Oct 2009 20:28:50 +0000 (22:28 +0200)]
Merge branch '0.9.x-mobile' of git@gitorious.org:~csarven/statusnet/csarven-clone into 0.9.x-mobile
Sarven Capadisli [Sat, 3 Oct 2009 20:22:40 +0000 (20:22 +0000)]
Minor correction to public variable name
Sarven Capadisli [Sat, 3 Oct 2009 20:17:26 +0000 (20:17 +0000)]
Updated comment about browser sniffing
Sarven Capadisli [Sat, 3 Oct 2009 18:50:21 +0000 (20:50 +0200)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Sat, 3 Oct 2009 13:37:53 +0000 (13:37 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x-mobile
Brenda Wallace [Sat, 3 Oct 2009 04:48:38 +0000 (17:48 +1300)]
more doxygen
Brenda Wallace [Sat, 3 Oct 2009 04:40:53 +0000 (17:40 +1300)]
added doxygen
Brenda Wallace [Sat, 3 Oct 2009 04:36:53 +0000 (17:36 +1300)]
indent fix
Evan Prodromou [Fri, 2 Oct 2009 19:46:29 +0000 (15:46 -0400)]
Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x
Evan Prodromou [Fri, 2 Oct 2009 19:46:00 +0000 (15:46 -0400)]
better handling of y response in deleteuser.php
Evan Prodromou [Fri, 2 Oct 2009 19:42:58 +0000 (15:42 -0400)]
script to permanently delete a user
Evan Prodromou [Fri, 2 Oct 2009 19:42:34 +0000 (15:42 -0400)]
copy-and-paste typo in profile deletion
Evan Prodromou [Fri, 2 Oct 2009 19:29:57 +0000 (15:29 -0400)]
also delete blocks
Evan Prodromou [Fri, 2 Oct 2009 19:27:55 +0000 (15:27 -0400)]
Merge branch '0.8.x' into deleteuser
Evan Prodromou [Fri, 2 Oct 2009 19:02:33 +0000 (15:02 -0400)]
make lib/schema.php phpcs-clean
Sarven Capadisli [Fri, 2 Oct 2009 15:38:20 +0000 (15:38 +0000)]
Better logic to determine what to do with the visitor. Whether to
serve them the Mobile Profile or not, and possibly redirect.
Sarven Capadisli [Fri, 2 Oct 2009 12:46:26 +0000 (12:46 +0000)]
Don't need text/xml until further evidence
Sarven Capadisli [Fri, 2 Oct 2009 11:46:14 +0000 (11:46 +0000)]
Init for WAP 2.0 and XHTML Mobile Profile support. WAP20Plugin is a
superclass for various WAP 2.0 document types. MobileProfilePlugin
extends WAP20Plugin and it is intended for serving XHTML Mobile
Profile 1.0.
Feature support for document types like WML 2.0 or WAP Push should be
created as seperate plugins and quite possibly extend WAP20Plugin.
Sarven Capadisli [Fri, 2 Oct 2009 08:05:16 +0000 (10:05 +0200)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Thu, 1 Oct 2009 19:43:57 +0000 (15:43 -0400)]
change DB so OpenIDPlugin manages OpenID tables
Evan Prodromou [Thu, 1 Oct 2009 19:43:08 +0000 (15:43 -0400)]
Some bug fixes
The $tomod variable wasn't set, and the ColumnDef constructor
didn't work without any args. These are fixed.
Evan Prodromou [Thu, 1 Oct 2009 19:11:12 +0000 (15:11 -0400)]
check the schema
Evan Prodromou [Thu, 1 Oct 2009 19:00:54 +0000 (15:00 -0400)]
add some more methods to Schema
Evan Prodromou [Thu, 1 Oct 2009 15:30:04 +0000 (11:30 -0400)]
Merge branch '0.9.x' into schema
Sarven Capadisli [Thu, 1 Oct 2009 12:27:02 +0000 (12:27 +0000)]
Added hook for Aside container
Sarven Capadisli [Thu, 1 Oct 2009 10:07:09 +0000 (10:07 +0000)]
Revert "Outputting UTF-8 charset in document header irrespective of mimetype."
This reverts commit
353f58c23149159306131b0819de713da6b69464 .
Even though outputting UTF-8 by default at all times is a good thing,
it shouldn't be forced in startHTML().
Sarven Capadisli [Thu, 1 Oct 2009 08:03:59 +0000 (10:03 +0200)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Toby Inkster [Wed, 30 Sep 2009 12:12:17 +0000 (13:12 +0100)]
FOAF for Groups.
Sarven Capadisli [Wed, 30 Sep 2009 13:29:37 +0000 (13:29 +0000)]
Timeout a little incase the notice item from XHR response is
not appended to the page.
Sarven Capadisli [Wed, 30 Sep 2009 12:48:15 +0000 (12:48 +0000)]
Relocated the button for pop up window for notice stream
Sarven Capadisli [Wed, 30 Sep 2009 12:22:55 +0000 (12:22 +0000)]
Script no longer needed for Realtime plugin
Sarven Capadisli [Wed, 30 Sep 2009 11:51:47 +0000 (13:51 +0200)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Wed, 30 Sep 2009 11:06:44 +0000 (13:06 +0200)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Wed, 30 Sep 2009 10:54:17 +0000 (10:54 +0000)]
Merge branch '0.8.x' into 0.9.x
Sarven Capadisli [Wed, 30 Sep 2009 10:53:04 +0000 (10:53 +0000)]
Better check to see if the XML prolog should be outputted for XML
documents i.e., if best mimetype is */*xml, then use the XML prolog.
Sarven Capadisli [Wed, 30 Sep 2009 10:51:59 +0000 (10:51 +0000)]
Outputting UTF-8 charset in document header irrespective of mimetype.
Sarven Capadisli [Wed, 30 Sep 2009 10:37:46 +0000 (10:37 +0000)]
Switched Doctype to XHTML 1.0 Strict (which best reflects the current
grammar in use)
Evan Prodromou [Tue, 29 Sep 2009 22:03:10 +0000 (18:03 -0400)]
Merge branch '0.8.x' into 0.9.x
Conflicts:
actions/twitapistatuses.php
Evan Prodromou [Tue, 29 Sep 2009 21:57:31 +0000 (17:57 -0400)]
Twitter API returns server errors in preferred format
Evan Prodromou [Tue, 29 Sep 2009 21:43:45 +0000 (17:43 -0400)]
move HTTP error code strings to class variables
Evan Prodromou [Tue, 29 Sep 2009 21:26:09 +0000 (17:26 -0400)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Tue, 29 Sep 2009 21:25:52 +0000 (17:25 -0400)]
remove string-checks from code using Notice::saveNew()
Evan Prodromou [Tue, 29 Sep 2009 21:16:07 +0000 (17:16 -0400)]
change string return from Notice::saveNew to exceptions
Evan Prodromou [Tue, 29 Sep 2009 13:12:44 +0000 (09:12 -0400)]
stop overwriting created timestamp on group edit
Sarven Capadisli [Mon, 28 Sep 2009 17:55:09 +0000 (17:55 +0000)]
Merge branch '0.8.x' into 0.9.x
Sarven Capadisli [Mon, 28 Sep 2009 16:07:11 +0000 (18:07 +0200)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Zach Copley [Mon, 28 Sep 2009 03:21:16 +0000 (20:21 -0700)]
Forgot to add home_timeline to the list of methods that only require
bareauth.
Zach Copley [Mon, 28 Sep 2009 03:21:16 +0000 (20:21 -0700)]
Forgot to add home_timeline to the list of methods that only require
bareauth.
Evan Prodromou [Mon, 28 Sep 2009 01:15:14 +0000 (21:15 -0400)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Mon, 28 Sep 2009 01:14:49 +0000 (21:14 -0400)]
moderator can delete another user's notice
Evan Prodromou [Mon, 28 Sep 2009 01:05:29 +0000 (21:05 -0400)]
show delete button when user has deleteOthersNotice right
Evan Prodromou [Thu, 17 Sep 2009 01:08:44 +0000 (21:08 -0400)]
let hooks override standard user rights
Evan Prodromou [Tue, 15 Sep 2009 19:28:11 +0000 (15:28 -0400)]
user rights
Evan Prodromou [Mon, 28 Sep 2009 01:10:17 +0000 (21:10 -0400)]
Merge DeleteAction class into DeletenoticeAction
The DeleteAction class checked for notice information, and only had
one subclass: DeletenoticeAction. I couldn't figure out any other
class that would subclass it, so I combined the two into a single class.
Craig Andrews [Sun, 27 Sep 2009 20:52:15 +0000 (16:52 -0400)]
Fix some bugs in the URL linkification, and fixed the unit test.
Craig Andrews [Sun, 27 Sep 2009 16:57:25 +0000 (12:57 -0400)]
Merge commit 'refs/merge-requests/1633' of git://gitorious.org/statusnet/mainline into 0.9.x
Brion Vibber [Sun, 27 Sep 2009 00:14:10 +0000 (17:14 -0700)]
Fix URL linkification test cases for addition of 'title' attribution with long URL in
f3c8fccc
After removing 103 false positives, this leaves 4 actually broken tests, showing two failure modes for mail links:
* 'mail without mailto' formatting shortcut in common_linkify didn't get the 'title' attribute added with the other URLs
* links including mailto: protocol are being incorrectly expanded to http: protocol in the long URL
Sarven Capadisli [Sun, 27 Sep 2009 14:24:31 +0000 (14:24 +0000)]
Changed terminology for poping a window
Evan Prodromou [Sun, 27 Sep 2009 14:11:10 +0000 (10:11 -0400)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Sun, 27 Sep 2009 14:10:02 +0000 (16:10 +0200)]
Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Sun, 27 Sep 2009 14:06:39 +0000 (14:06 +0000)]
Draw a line to indicate new (unread) notice in a timeline since window
blur. Inspired by Pidgin's Markerline plugin.
Sarven Capadisli [Sun, 27 Sep 2009 13:04:38 +0000 (15:04 +0200)]
Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Sun, 27 Sep 2009 12:59:01 +0000 (12:59 +0000)]
Aligned notice_data-attach input
Sarven Capadisli [Sun, 27 Sep 2009 12:43:40 +0000 (12:43 +0000)]
Adjusted form_notice width
Sarven Capadisli [Sun, 27 Sep 2009 12:40:35 +0000 (12:40 +0000)]
Aligning notice_data-attach from top
Sarven Capadisli [Sun, 27 Sep 2009 12:38:40 +0000 (12:38 +0000)]
Removing only notie_data-text label from view
Sarven Capadisli [Sun, 27 Sep 2009 12:26:01 +0000 (12:26 +0000)]
Increated content width
Sarven Capadisli [Sun, 27 Sep 2009 12:22:56 +0000 (12:22 +0000)]
Reduced form_notice margin bottom
Sarven Capadisli [Sun, 27 Sep 2009 12:21:49 +0000 (12:21 +0000)]
Updated window resize
Sarven Capadisli [Sun, 27 Sep 2009 12:15:37 +0000 (12:15 +0000)]
Removed form_notice label and h1 from view
unknown [Sun, 27 Sep 2009 11:58:48 +0000 (13:58 +0200)]
fix for a misnamed variable in subscription function in the "create simulation data" script
Sarven Capadisli [Sun, 27 Sep 2009 11:54:45 +0000 (11:54 +0000)]
Using a relative value for the form_notice note location instead
Sarven Capadisli [Sun, 27 Sep 2009 11:49:18 +0000 (11:49 +0000)]
Don't really need the header container. Adjusted some CSS instead
Sarven Capadisli [Sun, 27 Sep 2009 11:31:34 +0000 (11:31 +0000)]
jQuery.prepend takes a single param
Sarven Capadisli [Sun, 27 Sep 2009 11:21:28 +0000 (13:21 +0200)]
Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Sat, 26 Sep 2009 20:25:47 +0000 (20:25 +0000)]
A different go at the realtime button location. Button is in a
prominent location.
Sarven Capadisli [Sat, 26 Sep 2009 17:33:15 +0000 (19:33 +0200)]
Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.9.x
CiaranG [Fri, 25 Sep 2009 20:25:20 +0000 (21:25 +0100)]
Updated Piwik plugin documentation to new addPlugin() installaation method
Sarven Capadisli [Fri, 25 Sep 2009 12:47:14 +0000 (12:47 +0000)]
Added hook for notice item. After <li> and Before </li>. Allows
authors to include aside data to their notice items
Evan Prodromou [Fri, 25 Sep 2009 02:26:51 +0000 (22:26 -0400)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Fri, 25 Sep 2009 02:25:30 +0000 (22:25 -0400)]
Move configuration defaults to new module and variable
Moved the default values of $config to $default. The code for
setting up $default is moved to lib/default.php.
Zach Copley [Thu, 24 Sep 2009 22:28:25 +0000 (15:28 -0700)]
Left a couple debugging statements in (removed)
Zach Copley [Thu, 24 Sep 2009 22:10:55 +0000 (15:10 -0700)]
Output If-Modified-Since header for all RSS 1.0 feeds (again)
Evan Prodromou [Thu, 24 Sep 2009 21:24:15 +0000 (17:24 -0400)]
Merge branch '0.8.x' into 0.9.x
Conflicts:
EVENTS.txt
Evan Prodromou [Thu, 24 Sep 2009 21:22:51 +0000 (17:22 -0400)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Conflicts:
install.php
lib/noticeform.php
Craig Andrews [Thu, 24 Sep 2009 21:15:54 +0000 (17:15 -0400)]
Merge remote branch 'statusnet/0.8.x' into 0.9.x
Conflicts:
EVENTS.txt
actions/requesttoken.php
classes/File.php
install.php
lib/action.php
lib/noticeform.php
Evan Prodromou [Thu, 24 Sep 2009 21:15:36 +0000 (17:15 -0400)]
Merge branch 'master' into 0.8.x
Evan Prodromou [Thu, 24 Sep 2009 21:14:38 +0000 (17:14 -0400)]
Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x
Evan Prodromou [Thu, 24 Sep 2009 21:14:04 +0000 (17:14 -0400)]
Revert "move scripts to just before </body>, add event for scripts that need to be in <head>"
This reverts commit
a5ed805aeabab3930d066b2777dbab9663bc487f .
It shouldn't have gone on the stable branch.
Craig Andrews [Thu, 24 Sep 2009 20:52:32 +0000 (16:52 -0400)]
Implemented join and leave groups api methods
Craig Andrews [Thu, 24 Sep 2009 17:48:38 +0000 (13:48 -0400)]
implemented etag and last modified
CiaranG [Thu, 24 Sep 2009 10:01:18 +0000 (11:01 +0100)]
Fixed broken Piwik plugin - was not using the supplied site code
Evan Prodromou [Thu, 24 Sep 2009 03:23:13 +0000 (23:23 -0400)]
move scripts to just before </body>, add event for scripts that need to be in <head>