jision / rock-php

Automatically exported from code.google.com/p/rock-php
0 stars 0 forks source link

system.js management #128

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Requirements:

http://www.mongodb.org/display/DOCS/Server-side+Code+Execution

References:

Original issue reported on code.google.com by iwind....@gmail.com on 11 Apr 2011 at 10:51

GoogleCodeExporter commented 8 years ago
keep the current location whenever users refresh the page (press f5)

Original comment by iwind....@gmail.com on 12 Apr 2011 at 7:34

GoogleCodeExporter commented 8 years ago
make system collections colorful

Original comment by iwind....@gmail.com on 12 Apr 2011 at 7:55

GoogleCodeExporter commented 8 years ago
add more support on system.js:
* quickly add
* test case

Original comment by iwind....@gmail.com on 12 Apr 2011 at 8:04

GoogleCodeExporter commented 8 years ago
add helpful links to special collection
system.indexes http://...
system.js http://...
system.profile http://...

to help administrator operate them more easier.

Original comment by iwind....@gmail.com on 12 Apr 2011 at 8:15

GoogleCodeExporter commented 8 years ago
h_system_indexes_help() {
   //output helps for system.indexes
}

h_system_indexes_render(&$name) {
   $name = "<font color=\"red\">" . $name . "</font>";
}

h_users_help() {
   //output heps for help
}

Original comment by iwind....@gmail.com on 15 Apr 2011 at 3:36