forked from wikimedia/mediawiki-extensions-NewestPages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
50 lines (39 loc) · 1.14 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
NEWEST PAGES EXTENSION
CHANGE LOG
For a complete log of all changes, including internationalisation
updates from third parties, view the Subversion log at
http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/NewestPages/?view=log.
The main changes between versions are listed here:
01/06/2009
Version 1.9
* Modernisized.
01/06/2009
Version 1.8
* Make PostgreSQL compatible. Patch contributed by Hans Spaans.
11/01/2008
Version 1.7
* use wfLoadExtensionMessages for NewestPages
* remove pre MW1.11 backward compat
* delay message loading
17/08/2006
Version 1.5
* Wrap links to redirect pages in <span class="allpagesredirect">
* Changes to default message text
12/07/2006
Version 1.4
* Backwards-compatible support for class autoloading with 1.7.0+
* Expose namespace filtering when in normal view mode
13/05/2006
Version 1.3
* Allow the namespace to be customised
13/05/2006
Version 1.2
* Moved internationalisation into a separate file
* Add absolute limit of 5000 pages, for performance
* Allow the default limit to be customised
30/04/2006
Version 1.1
* Fix issues when using a table prefix
15/04/2006
Version 1.0
* Initial release