forked from iwind/rockmongo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
56 lines (48 loc) · 1.4 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
51
52
53
54
55
56
v1.0.6 - 2010-08-29
* improved GUI
* I18N, English, chinese and japanese is supported
* More replication information
* connection to mongos is supported
v1.0.5 - 2010-8-20
* NOTICE:move configurations from index.php to config.php
* drop all collections in a db
* clear all collections in a db
* make _id index un-dropable
* collection property modification (capped, max, size ...)
* rename collection
* data transfer: transfer collections to other servers
* export and import collections (JSON data format)
* Master/Slave information
v1.0.4.r39 - 2010-08-12
* fix pagination problem
* check unauthorized exception
* fix issue when use double quotes in query
v1.0.4.r37 - 2010-08-04
* fix bugs when using non-standard _id
v1.0.4.r34
* change frameset to iframe
* switch hosts without re-login
* add manual links
* processlist
* fix bugs
v1.0.3.r24
* database profiling
* database user management
* fix jQuery path error in some cases
* fix object data representation in JSON and PHP format
* server command line
* validate collection
* repair database
* explain query
v1.0.2 - 2010-07-17
* server statistics, databases
* execute command and code
* database statistics and drop
* a better GUI
* remove some unused php files
v1.0.1 - 2010-07-15
* switch PHP Array and JSON data format
* choose record size per page
* switch data to text in textarea, so we can copy it easily
v1.0 - 2010-07-13
* basic version