Brion Vibber
|
8b0ba03a2e
|
Starting to encapsulate some of the schema_version checksum / updater logic
|
2010-10-19 17:07:37 -07:00 |
|
Brion Vibber
|
a053871ddc
|
update -> create on dumpschema options, easier for me to remember
|
2010-10-18 17:49:08 -07:00 |
|
Brion Vibber
|
eb93bdbb03
|
some more tweaking to do the mappings during filterDef; not totally sure I like it
|
2010-10-15 16:32:37 -07:00 |
|
Brion Vibber
|
d84923470f
|
fix bug with --diff on missing table
|
2010-10-13 17:35:18 -07:00 |
|
Brion Vibber
|
a421dd934a
|
Nicer diff display for schema dump
|
2010-10-13 16:58:28 -07:00 |
|
Brion Vibber
|
229c772634
|
Filter table definitions to scrub out unsupported features before trying to alter a table. This lets us skip those where we end up trying to change unsupported features.
|
2010-10-13 16:04:28 -07:00 |
|
Brion Vibber
|
621233e1ad
|
some of the ensureTable stuff partially working
|
2010-10-12 17:58:26 -07:00 |
|
Brion Vibber
|
9364e446b1
|
Start reworking things to build create table stuff (can view via dumpschema.php --build)
|
2010-10-11 19:10:51 -07:00 |
|
Brion Vibber
|
3c979ec506
|
Add --all option on dumpschema.php to check all core tables
|
2010-10-07 17:02:42 -07:00 |
|
Brion Vibber
|
cc69ede1ee
|
stop str_repeat from whinging about being run with repeat value of 0. :P
|
2010-10-07 17:01:14 -07:00 |
|
Brion Vibber
|
443be8a99c
|
some more cleanup on table defs
|
2010-10-07 17:00:40 -07:00 |
|
Brion Vibber
|
82e9a2eee8
|
Add --diff option to dumpschema.php to run a (quickie text) diff betwen the theoretical and detected schemas for the given tables
|
2010-10-07 16:49:15 -07:00 |
|
Brion Vibber
|
312b87ea79
|
output tweak hack for primary keys on single line
|
2010-10-07 16:23:36 -07:00 |
|
Brion Vibber
|
fcef2aaab7
|
Pretty up the table dumper :D
|
2010-10-07 15:48:38 -07:00 |
|
Brion Vibber
|
6df4ed697c
|
quickie script to test schema fetch
|
2010-10-06 18:28:19 -07:00 |
|
Brion Vibber
|
8ff45823ba
|
Merge branch '0.9.x' into 1.0.x
|
2010-10-05 11:40:49 -07:00 |
|
Brion Vibber
|
c6e8fbebef
|
scripts/fixup_group_uri.php to fill in empty user_group.uri entries; needed before changing domain names on sites that are hosting groups for remote users
|
2010-10-04 15:13:27 -07:00 |
|
Brion Vibber
|
59119482ca
|
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.x
Conflicts:
actions/hostmeta.php
actions/imsettings.php
classes/User.php
lib/adminpanelaction.php
lib/channel.php
lib/default.php
lib/router.php
lib/util.php
|
2010-10-04 12:54:36 -07:00 |
|
Brion Vibber
|
1acc7d66c6
|
Always specify UTF-8 targt charset for html_entity_decode(); default is 8-bit ISO-8859-1 which causes things to break when we later pass them through things that expect to work with UTF-8. For instance, running through preg_replace() with the /u option results in NULL, leading to problems with OStatus and SubMirror generating their plaintext versions and doing length-cropping.
|
2010-09-30 11:29:31 -07:00 |
|
Siebrand Mazeland
|
ec83fef9b7
|
Take trailing newline out of i18n.
|
2010-09-28 01:33:09 +02:00 |
|
Evan Prodromou
|
be14f409e4
|
initial script to restore a backed-up user
|
2010-09-22 12:08:39 -04:00 |
|
Evan Prodromou
|
b5cfcba471
|
Merge branch '0.9.x' into activityexport
Conflicts:
plugins/OStatus/OStatusPlugin.php
|
2010-09-22 10:45:34 -04:00 |
|
Evan Prodromou
|
78ed0348b0
|
Merge remote branch 'gitorious/0.9.x' into 0.9.x
|
2010-09-21 14:07:48 -04:00 |
|
Evan Prodromou
|
91a1862510
|
printfv and printfq functions in commandline.inc
|
2010-09-21 14:06:39 -04:00 |
|
Evan Prodromou
|
ab24007f4c
|
throw a catchable exception in getUser()
|
2010-09-21 06:12:43 -04:00 |
|
Siebrand Mazeland
|
06272668ec
|
Update group ID for translations export.
|
2010-09-18 23:50:36 +02:00 |
|
Siebrand Mazeland
|
234b1e6c23
|
Remove do_translatewiki_plugin(). No longer needed.
Replaced by MediaWiki Translate extension script http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Translate/scripts/genStatusNetPluginsConfig.php?view=markup
|
2010-09-18 00:23:38 +02:00 |
|
Evan Prodromou
|
b1802b8720
|
don't redeclare getUser() for backupuser.php
|
2010-09-15 23:32:27 -04:00 |
|
Evan Prodromou
|
670ad53215
|
Merge branch '0.9.x' into activityexport
|
2010-09-15 23:31:20 -04:00 |
|
Evan Prodromou
|
dffec9f223
|
move getUser() function to commandline.inc
|
2010-09-15 16:00:00 -04:00 |
|
Evan Prodromou
|
1ceb93cce4
|
move useractivitystream class to its own module
|
2010-09-15 15:18:01 -04:00 |
|
Evan Prodromou
|
518db02525
|
rename script to backupuser.php
|
2010-09-15 11:21:37 -04:00 |
|
Evan Prodromou
|
960ddd9704
|
groups in backup output
|
2010-09-15 07:12:23 -04:00 |
|
Evan Prodromou
|
eec540723e
|
export user data as an activity stream
|
2010-09-13 17:24:19 -04:00 |
|
Evan Prodromou
|
6bbc8ca234
|
Merge branch '0.9.x' into 1.0.x
|
2010-09-09 15:02:53 -04:00 |
|
Evan Prodromou
|
6832a34216
|
Merge branch 'master' into testing
|
2010-09-09 15:02:10 -04:00 |
|
James Walker
|
dfca3ff709
|
fix typo in the comment (for better copy & pasting)
|
2010-09-09 13:14:52 -04:00 |
|
Evan Prodromou
|
a319b40c97
|
common_cache_key() -> Cache::key()
|
2010-09-06 10:07:43 -04:00 |
|
Evan Prodromou
|
8f81762d68
|
common_memcache() => Cache::instance()
|
2010-09-06 09:56:45 -04:00 |
|
Evan Prodromou
|
1dadb8efc0
|
Merge branch '0.9.x' into 1.0.x
|
2010-08-13 14:51:51 -07:00 |
|
Siebrand Mazeland
|
f60ee85f68
|
Update extension configuration file creation (doesn't work yet in translatewiki.net).
|
2010-08-13 22:21:33 +02:00 |
|
Evan Prodromou
|
9f0715a993
|
Merge branch '0.9.x' into 1.0.x
|
2010-08-03 16:05:03 -07:00 |
|
James Walker
|
5daa5bc2af
|
try/catch just in case..
|
2010-07-28 12:04:37 -04:00 |
|
James Walker
|
dd7647aa95
|
script to normalize status_network tags
|
2010-07-28 11:49:09 -04:00 |
|
James Walker
|
7065450f03
|
normalizing tags for status_network
|
2010-07-20 17:34:58 -07:00 |
|
Brion Vibber
|
cae1329f3b
|
Merge branch '0.9.x' into 1.0.x
Conflicts:
lib/util.php
|
2010-04-30 13:16:13 -07:00 |
|
Zach Copley
|
1b561065b0
|
Some initial Doxygen-based documentation for the API
|
2010-04-22 13:11:49 -07:00 |
|
Brion Vibber
|
61e7d898dc
|
docgen.php no longer depends on having a working installation; uses Console_GetOpt directly and regexes the STATUSNET_VERSION from common.php
|
2010-04-21 20:20:43 +02:00 |
|
Brion Vibber
|
df41287226
|
Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x
|
2010-04-20 13:52:58 +02:00 |
|
Brion Vibber
|
61098faf5d
|
Merge branch 'master' of gitorious.org:statusnet/mainline into testing
|
2010-04-20 13:52:18 +02:00 |
|