index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
maintenance
/
oracle
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
First version of Page Language selector
Kunal Grover
2014-06-27
2
-1
/
+5
*
Merge "Fix Oracle 1.23 missing patches (rebase)"
jenkins-bot
2014-05-09
4
-5
/
+15
|
\
|
*
Fix Oracle 1.23 missing patches
freakolowsky
2014-03-04
4
-5
/
+15
*
|
Update formatting in maintenance/ (3/4)
Siebrand Mazeland
2014-04-23
1
-11
/
+11
*
|
Pass phpcs-strict on maintenance/oracle/
Siebrand Mazeland
2014-04-22
1
-8
/
+12
|
/
*
Add Updater for Oracle
csteipp
2014-03-03
1
-0
/
+3
*
Password Expiration
csteipp
2014-02-20
1
-1
/
+2
*
Add index on logging.log_user_text
Jackmcbarn
2013-12-19
3
-0
/
+10
*
Fixed spacing
umherirrender
2013-11-19
2
-2
/
+2
*
Fix Oracle installation SQL
Freakolowsky
2013-10-31
1
-2
/
+2
*
Add archive, externallinks PK
tisane
2013-10-17
3
-0
/
+16
*
drop unused fields rc_moved_to_ns/rc_moved_to_title
Jesús Martínez Novo
2013-09-21
1
-2
/
+0
*
Updated profiling table definition.
freakolowsky
2013-05-26
1
-4
/
+5
*
phpcs: More require/include is not a function
Timo Tijhof
2013-05-21
1
-1
/
+1
*
phpcs: Fix WhiteSpace.LanguageConstructSpacing warnings
Timo Tijhof
2013-05-09
1
-1
/
+1
*
Fixed spacing around parenthesis in languages/tests/maintenance
umherirrender
2013-04-28
1
-5
/
+5
*
Fixed maintenance/tables.sql (typo i guess)
freakolowsky
2013-04-25
1
-4
/
+4
*
Fixed some spacing in maintenance folder
umherirrender
2013-04-18
1
-1
/
+1
*
Remove ExternalUser authentication code
Chad Horohoe
2013-04-04
1
-7
/
+0
*
Bug 11057 - Increase size of ug_group in user_groups table
Reedy
2013-01-02
4
-5
/
+5
*
* Oracle Schema update to latest
freakolowsky
2012-12-31
6
-2
/
+105
*
Back out config table and related code
Reedy
2012-10-29
2
-15
/
+0
*
Remove a bunch of trailing spaces and unneeded newlines
umherirrender
2012-10-20
1
-1
/
+1
*
* Oracle schema update: rc_moved, cat_hidden, ss_admin
freakolowsky
2012-10-10
9
-7
/
+37
*
Improve documentation of maintenance scripts.
Alexandre Emsenhuber
2012-09-21
1
-11
/
+12
*
Use __DIR__ instead of dirname( __FILE__ )
jeroendedauw
2012-08-27
1
-1
/
+1
*
* oracle DB schema update to current (changes relevant to 1.19 will be
freakolowsky
2012-07-27
6
-2
/
+35
*
(bug 5445) remove autoblocks when user is unblocked
Marc A. Pelletier
2012-05-03
1
-1
/
+2
*
* Oracle schema update to latest (tested with phpunit)
Jure Kajzer
2012-01-24
4
-0
/
+15
*
* removed manual cascading of recentchanges on page delete
Jure Kajzer
2011-12-20
2
-1
/
+6
*
(bug 29475) Remove "trackback" feature entirely from core. This has been disa...
Chad Horohoe
2011-11-23
2
-13
/
+0
*
* (bug 32470) Increase the length of ug_group
Sam Reed
2011-11-19
1
-0
/
+3
*
Global tables died
Sam Reed
2011-11-19
4
-63
/
+5
*
* applyed the patch from bug 26393 (please comment on the bug page)
Jure Kajzer
2011-11-11
2
-0
/
+5
*
* phpunit fixes & optimizations for oracle backend
Jure Kajzer
2011-11-09
2
-8
/
+13
*
* fixed ipblocks.ipb_by_text field, removed default blank not null (fixed ins...
Jure Kajzer
2011-11-04
2
-1
/
+4
*
* fixed a typo in oracle/tables.sql
Jure Kajzer
2011-11-04
3
-6
/
+11
*
* updated oracle schema to current
Jure Kajzer
2011-09-01
8
-1
/
+132
*
* maintenance script to switch FK references if using wgSharedDB
Jure Kajzer
2011-07-15
1
-0
/
+90
*
* removed DEFAULT '' NOT NULL constraints as '' is internaly converted to NUL...
Jure Kajzer
2011-06-22
2
-8
/
+17
*
* fixed table duplication for unit tests
Jure Kajzer
2011-06-07
2
-4
/
+59
*
* fixed table duplication for phpunit testing
Jure Kajzer
2011-06-02
2
-17
/
+153
*
* upgrade patches for oracle 1.17->1.19
Jure Kajzer
2011-06-01
4
-1
/
+25
*
Breaking the 'math' table setup out to Math extension. Should be the last mai...
Brion Vibber
2011-04-22
1
-9
/
+0
*
* begin, commit, rollback functions updated
Jure Kajzer
2011-04-22
1
-0
/
+4
*
* fixed INDEX change (i missed that one)
Jure Kajzer
2011-03-01
2
-2
/
+2
*
* Fixed Oracle new installer support, broken by r80957. This is a minimal pat...
Tim Starling
2011-01-27
1
-2
/
+2
*
* fixed oracle code for updater (corrected not null BLOB field adding)
Jure Kajzer
2011-01-10
1
-1
/
+2
*
* fixed Oracle code for installer and phpunit tests
Jure Kajzer
2011-01-10
1
-1
/
+0
*
Moved testRunner[|.ora|.postgres].sql to [|oracle/|postgres/]archives/ so tha...
Alexandre Emsenhuber
2010-11-09
1
-0
/
+37
[prev]
[next]