Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
* 0.9.x:
change DB so OpenIDPlugin manages OpenID tables
Some bug fixes
check the schema
add some more methods to Schema
Added hook for Aside container
Revert "Outputting UTF-8 charset in document header irrespective of mimetype."
FOAF for Groups.
use schema tool to create a table
statusize schema-related modules
test script for schema code
make table def method of schema code work
start a module for schema management
|
|
|
|
The $tomod variable wasn't set, and the ColumnDef constructor
didn't work without any args. These are fixed.
|
|
|
|
|
|
|
|
|
|
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().
|
|
|
|
|
|
* 0.9.x: (39 commits)
Timeout a little incase the notice item from XHR response is
Relocated the button for pop up window for notice stream
Script no longer needed for Realtime plugin
Better check to see if the XML prolog should be outputted for XML
Outputting UTF-8 charset in document header irrespective of mimetype.
Switched Doctype to XHTML 1.0 Strict (which best reflects the current
Twitter API returns server errors in preferred format
move HTTP error code strings to class variables
remove string-checks from code using Notice::saveNew()
change string return from Notice::saveNew to exceptions
stop overwriting created timestamp on group edit
Forgot to add home_timeline to the list of methods that only require
Forgot to add home_timeline to the list of methods that only require
moderator can delete another user's notice
show delete button when user has deleteOthersNotice right
let hooks override standard user rights
user rights
Merge DeleteAction class into DeletenoticeAction
Fix some bugs in the URL linkification, and fixed the unit test.
Fix URL linkification test cases for addition of 'title' attribution with long URL in f3c8fccc
...
|
|
|
|
|
|
documents i.e., if best mimetype is */*xml, then use the XML prolog.
|
|
|
|
grammar in use)
|
|
Conflicts:
actions/twitapistatuses.php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
git@gitorious.org:~zcopley/statusnet/zcopleys-clone into refactor-api
|
|
|
|
authors to include aside data to their notice items
|
|
|
|
Moved the default values of $config to $default. The code for
setting up $default is moved to lib/default.php.
|
|
* 0.9.x: (88 commits)
Left a couple debugging statements in (removed)
Output If-Modified-Since header for all RSS 1.0 feeds (again)
Revert "move scripts to just before </body>, add event for scripts that need to be in <head>"
Implemented join and leave groups api methods
implemented etag and last modified
Fixed broken Piwik plugin - was not using the supplied site code
move scripts to just before </body>, add event for scripts that need to be in <head>
some UI fixes
Using timeline string instead of title for WindowName because IE doesn't
Added JavaScript to initialize the poped Window
Some layout and rendering adjustment for Realtime plugin
Created addPop() for Realtime plugin and added param to include iconurl
move some stuff around for realtime
hack around address hack in util.js
Add some more realtime feeds
Do realtime popup with PHP instead of Javascript
JavaScript fixes for IE
Revert "Added realtime streams for all and showstream timelines"
Revert "Fixed indenting"
Revert "Made it slighly more compact with less jQuery selection"
...
|
|
|
|
|
|
Conflicts:
EVENTS.txt
|
|
Conflicts:
install.php
lib/noticeform.php
|
|
Conflicts:
EVENTS.txt
actions/requesttoken.php
classes/File.php
install.php
lib/action.php
lib/noticeform.php
|
|
to be in <head>"
This reverts commit a5ed805aeabab3930d066b2777dbab9663bc487f.
It shouldn't have gone on the stable branch.
|
|
in <head>
|
|
|
|
|
|
Conflicts:
actions/requesttoken.php
classes/File.php
install.php
lib/noticeform.php
|
|
CSS, JS, etc) should be https. Fixes the mixed content warnings that browsers display."
This reverts commit 20997619b353faa94591800fbfc02bc19a4cdce3.
The commit doesn't take into account having different servers (theme
server, avatar server) and being able to set HTTPS for some but not all.
|