Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-01 | Update padList correctly | Marcel Klehr | |
fixes #1971 | |||
2013-10-14 | Pad list cache: You can't change the cache if it's not initiated | Marcel Klehr | |
(as per 200f2507172d50084cd8cfe6aae6b25a3045fb09 - doh.) | |||
2013-10-13 | You don't need the padList if you want to alter it | Marcel Klehr | |
Don't query the db for caching a list of pads if you only want to alter the list | |||
2013-10-13 | Don't try to populate padlist on each req | John McLear | |
This is an important fix, prolly wants merging into master ASAP. Before this fix each new pad request would re-populate the all pads object, this is a blocking procedure and slows down the loading to a point where it's almost useless :( Testing didn't find this because our testing stack isn't populated with pad data :| TLDR. Our tests still suck, hard. | |||
2013-10-09 | clean up | John McLear | |
2013-10-09 | more warns | John McLear | |
2013-10-09 | suggestion | John McLear | |
2013-02-10 | remove console warn | John McLear | |
2013-02-10 | kinda brutal way of stopping plugins being able to pass *s instead of attributes | John McLear | |
2013-01-18 | listAllPads should return an object, not an arraay. issue #1374 | Jordan Hollinger | |
2013-01-11 | Modified pad list manager to return an ordered list. | spcsser | |
2013-01-11 | Edited getPads function to be able to work without callback | Swen | |
2013-01-09 | Added functionality to use spcsser/ueberDB findKey functionality. | Swen | |
2013-01-08 | Added comments | Swen | |
2013-01-08 | Added comments | Swen | |
2013-01-08 | Added functionality to list pads on this server. | Swen | |
2012-03-31 | fix pitas fix | John McLear | |
2012-03-02 | Merge branch 'pita' | Egil Moeller | |
Resolved conflicts: .gitignore src/static/js/ace.js src/static/js/ace2_inner.js src/static/js/broadcast.js src/static/js/domline.js src/static/pad.html src/static/timeslider.html Ignored conflicts (please merge manually later): node/server.js src/node/utils/Minify.js | |||
2012-02-26 | The Big Renaming - etherpad is now an NPM module | Egil Moeller | |