summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-09Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-10-09fix FBConnect so it doesn't muffle EndPrimaryNavEvan Prodromou
2009-10-09don't write session if it's unchangedEvan Prodromou
2009-10-08Revert "Open tags should have closing tags"Evan Prodromou
This reverts commit aeca8807dbce951beccbc3fb0e5a4ae5600e5e5f. We specifically DON'T have closing tags so we don't get errors with whitespace after the closing tag. I realize this is less of an issue with scripts, but we should still not use closing tags.
2009-10-07Rationalize logic in showProfile()Evan Prodromou
Pulled together some of the if() statements in showProfile() so they weren't so redundant. Also, reformatted the file. Lots of whitespace gar.
2009-10-07don't reset in showProfile()Evan Prodromou
2009-10-06Returning false seems to fix IE from reclaiming window focus. I thinkSarven Capadisli
'WTF' best describes this behaviour. Further investigation required.
2009-10-06Aligning notice attach label from right instead of leftSarven Capadisli
2009-10-06Fixed IE background image alignment for attach, favour and disfavourSarven Capadisli
2009-10-06Fixed nudge and direct message background image alignmentSarven Capadisli
2009-10-06Using 'CSS sprites' for common icons for the identica theme. DefaultSarven Capadisli
theme will follow after some tests.
2009-10-05Open tags should have closing tagsEric Helgeson
2009-10-05Added hook to wrap the notice form data blockSarven Capadisli
2009-10-04Unnecessary selector bitSarven Capadisli
2009-10-04Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-10-04Removed obsolete iphone theme (pre v0.7)Sarven Capadisli
2009-10-04Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-10-04remove spurious readme from OrbitedEvan Prodromou
2009-10-04Merge branch 'orbited' into 0.9.xEvan Prodromou
2009-10-04need to show scripts at end of body in RealtimePluginEvan Prodromou
2009-10-04Some changes required from Orbited debuggingEvan Prodromou
2009-10-04Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-10-04Update OrbitedPlugin to work with RealtimePlugin frameworkEvan Prodromou
2009-10-04updated OrbitedPlugin to use RealtimePluginEvan Prodromou
2009-10-04remove unused files for OrbitedPluginEvan Prodromou
2009-10-04rename pluginEvan Prodromou
2009-10-04copy Comet plugin to OrbitedEvan Prodromou
2009-10-04move scripts to just before </body>, add event for scripts that need to be ↵Evan Prodromou
in <head>
2009-10-04Merge branch '0.8.x' into 0.9.xEvan Prodromou
Conflicts: classes/Profile.php
2009-10-03reformat Notice.phpEvan Prodromou
2009-10-04added all them doxygensBrenda Wallace
2009-10-03Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.xSarven Capadisli
2009-10-03Using CDATA for autofocus scriptSarven Capadisli
2009-10-03Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-10-03more doxygenBrenda Wallace
2009-10-03added doxygenBrenda Wallace
2009-10-03indent fixBrenda Wallace
2009-10-02Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.xEvan Prodromou
2009-10-02better handling of y response in deleteuser.phpEvan Prodromou
2009-10-02script to permanently delete a userEvan Prodromou
2009-10-02copy-and-paste typo in profile deletionEvan Prodromou
2009-10-02also delete blocksEvan Prodromou
2009-10-02Merge branch '0.8.x' into deleteuserEvan Prodromou
2009-10-02make lib/schema.php phpcs-cleanEvan Prodromou
2009-10-02Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-10-01change DB so OpenIDPlugin manages OpenID tablesEvan Prodromou
2009-10-01Some bug fixesEvan Prodromou
The $tomod variable wasn't set, and the ColumnDef constructor didn't work without any args. These are fixed.
2009-10-01check the schemaEvan Prodromou
2009-10-01add some more methods to SchemaEvan Prodromou
2009-10-01Merge branch '0.9.x' into schemaEvan Prodromou