Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

197 righe
6.9 KiB

  1. v1.1.6 - 2014-06-05
  2. * Turkish translation thanks for M. Yılmaz SÜSLÜ <yilmazsuslu@gmail.com>
  3. * 2d index support
  4. * Compatible with php_mongo 1.4.x & 1.5.x
  5. * Compatible with PHP 5.5.x
  6. * Add URI, E-mail, Picture URLs field value recognition
  7. * Open log_query feature, can log your query to file, execute them later
  8. * Add docs_render option:http://rockmongo.com/wiki/configuration?lang=en_us#%23%23%23%23docs_render%0D
  9. * Bug Fix: array display as object
  10. * Bug Fix: update array or object field
  11. * View microtime as date string
  12. * Add "Query Examples" link under query box
  13. * Support empty object
  14. * Support unix domain sockets
  15. * Fix $_SERVER["PHP_SELF"] under nginx cgi
  16. * Fixed cookie vulnerability as reported in CVE-2013-5107 (thanks for synthomat)
  17. v1.1.5 - 2012-12-20
  18. * Fix authenticate with php_mongo >= 1.3.0
  19. v1.1.4 - 2012-12-01
  20. * Make compatible with php_mongo 1.3.0
  21. * Support composite _id
  22. * Fix gridfs downloads and view chunks issue
  23. * Fix h() function error
  24. * Fix Slave link on topbar
  25. * Fix User auth error (after you remove some servers)
  26. * Fix issue when query with numberic field
  27. v1.1.3 - 2012-11-07
  28. * Fix UTF-8 characters display issue(PHP 5.4.x)
  29. * Add portuguese (Portugal) translation, by Luis Romao <zecompadre@gmail.com>
  30. v1.1.2 - 2012-05-07
  31. * Italian translation, thanks to Andrea Cardinale
  32. * NumberInt, NumberLong
  33. v1.1.1 - 2012-05-04
  34. * Russian translation, thanks to Станислав Воробьёв <stanislav.vorobyev@gmail.com>
  35. * Fix host switch bug
  36. * Fix date_default_timezone_get() warning
  37. * new French translation
  38. * improve importing and exporting
  39. * Fix broken on sharding collections
  40. * add $MONGO["servers"][$i]["mongo_options"] option, see http://rockmongo.com/wiki/configuration?lang=en_us#%23%23%23%23+mongo_options%0D
  41. * fix mongo_timeout issue
  42. * JSON format importing
  43. v1.1.0(beta) - 2011-04-17
  44. * Upgrade Notice
  45. * from 1.0.x to v1.1.0: if you will not use new features, just overwrite files, excluding config.php, that's all; Or you should re-configure the system
  46. * *Implement basic theme feature*
  47. * *[configuration New Configurations]*
  48. * *[plugin Implement Plug-in feature:Filters, Events and Plug-in controllers]*
  49. * Load language packages automatically
  50. * Choose language after log-in on the top bar
  51. * Automatic language proposition based on browser settings
  52. * Fix a display bug on IE9
  53. * Change timezone from default to UTC
  54. * Represent date using ISODate()
  55. * Add confirmation to "Apply to all" buttons
  56. * Change all of float_value options to double_value
  57. * Fix db[`_`name] bug, now your collection name's prefix can be "`_`"
  58. * Fix empty collection issue
  59. * Support numberic `_`id string
  60. v1.0.12 - 2011-03-08
  61. * Fix date format in tooltip
  62. * Fix MongoCursor->fields() undefined error
  63. * Convert unicode in json to utf-8 when editing
  64. * Edit installation construction
  65. * Add Chinese tranditional translation
  66. * Fixed features for capped collection
  67. * Fix slashes bug when magic_quotes_gpc is on in php.ini
  68. * Fix bug: field "0" can not be updated or removed
  69. * Remember data format when query
  70. * Add "Logout" link when no servers can be connected
  71. * Fix records count in left bar when no data in the collection
  72. v1.0.11 - 2011-01-09
  73. * Add true, false and null to allowed PHP codes in saving data
  74. * Highlight current collection in left menu when it reload
  75. * Support JSON format in inserting and updating
  76. * Added feature to show only user-defined set of databases (to avoid costly listDBs call)
  77. * Add mongoint32, mongoint64 to allowed tokens in PHP array
  78. * Spanish and German translation
  79. * Fix token_get_all undefined issue
  80. * Add panels layout (thank Borda Juan Ignacio)
  81. * Fix NULL field updating bug
  82. * When host is unable to connect, you can choose another host
  83. v1.0.10 - 2010-11-16
  84. * Added docblock comments to translation files, updated brazilian translation,
  85. updated english translation, created additional localization variables (contato)
  86. * Convert \uxxxx in JSON to UTF-8 chars
  87. * Fix display bug on Opera
  88. * Choose SESSION lifetime in sign in form
  89. * Refresh records count in a collection when click collection name on left bar
  90. * Allow float number in query criteria
  91. * Prompt error message when insert/update fail
  92. * Add auth_enabled option to disable authentication, see FAQ for details
  93. * Fix field selection bug when it's in an array list
  94. v1.0.9 - 2010-10-26
  95. * replace eval() with safer VarEval class
  96. * fix records sorting bug
  97. * support query in json format
  98. * support tab key in textarea
  99. * fix explain query
  100. * collections can be exported as a .gz file
  101. * add brazilian and french translation
  102. * query history: in config.php set the feature to on
  103. v1.0.8 - 2010-09-14
  104. * Make operations on single field more easily, now you can update, rename, remove,
  105. clear (set to null), query, create indexes on a field, just click field name in
  106. record to get surprise
  107. * Add new field to a record or to whole collection
  108. * Autocomplete field in index creation
  109. * Add go "TOP" link
  110. * Refresh single record without whole page reloading
  111. * Add a simple menu to number, let you view number as bytes or a date time
  112. * Shorten long text, and then you click "..." to see full text
  113. v1.0.7.r87 - 2010-09-05
  114. * fix hints bug
  115. * some slight GUI changes
  116. v1.0.7 - 2010-09-04
  117. * Add more collection statistics with command {top:1}
  118. * Add full processlist, connections is included
  119. * Expend and collapse single record
  120. * Now you can specify query result fields and hints in query
  121. * GridFS is supported, you can view chunks and download the full file
  122. * Some slight improvements
  123. * Change font size from 11px to 12px
  124. * Use a few icons
  125. * Keep record operations always displayed
  126. v1.0.6 - 2010-08-29
  127. * improved GUI
  128. * I18N, English, chinese and japanese is supported
  129. * More replication information
  130. * connection to mongos is supported
  131. v1.0.5 - 2010-8-20
  132. * NOTICE:move configurations from index.php to config.php
  133. * drop all collections in a db
  134. * clear all collections in a db
  135. * make _id index un-dropable
  136. * collection property modification (capped, max, size ...)
  137. * rename collection
  138. * data transfer: transfer collections to other servers
  139. * export and import collections (JSON data format)
  140. * Master/Slave information
  141. v1.0.4.r39 - 2010-08-12
  142. * fix pagination problem
  143. * check unauthorized exception
  144. * fix issue when use double quotes in query
  145. v1.0.4.r37 - 2010-08-04
  146. * fix bugs when using non-standard _id
  147. v1.0.4.r34
  148. * change frameset to iframe
  149. * switch hosts without re-login
  150. * add manual links
  151. * processlist
  152. * fix bugs
  153. v1.0.3.r24
  154. * database profiling
  155. * database user management
  156. * fix jQuery path error in some cases
  157. * fix object data representation in JSON and PHP format
  158. * server command line
  159. * validate collection
  160. * repair database
  161. * explain query
  162. v1.0.2 - 2010-07-17
  163. * server statistics, databases
  164. * execute command and code
  165. * database statistics and drop
  166. * a better GUI
  167. * remove some unused php files
  168. v1.0.1 - 2010-07-15
  169. * switch PHP Array and JSON data format
  170. * choose record size per page
  171. * switch data to text in textarea, so we can copy it easily
  172. v1.0 - 2010-07-13
  173. * basic version