summaryrefslogtreecommitdiff
path: root/src/node/utils
AgeCommit message (Collapse)Author
2012-10-25Add default port of process.env.PORT if port isnt specified in settings.jsonRandy
2012-10-09Drop method deprecated in Express 3.x.Chad Weider
2012-09-12Merge pull request #994 from cweider/parent-pluginsJohn McLear
Parent plugins
2012-09-12Merge pull request #740 from cweider/plugin-cleanupJohn McLear
Plugin cleanup
2012-09-11Fix cache headers for missing files.Chad Weider
2012-09-11Replace ParentRequire hack.Chad Weider
Instead of hacking with the internals of require, make client_plugins aware and capable of sharing behavior.
2012-09-11Split client and server plugin functionality.Chad Weider
There is virtually no shared code for the client, extract it into its own module and do away with the switches.
2012-09-09Use packaged version of Tinycon.Chad Weider
2012-09-09Use packaged version of UNorm.Chad Weider
2012-09-09Use packaged edition of async.Chad Weider
2012-09-09Use packaged edition of underscore.Chad Weider
2012-09-09Use packaged edition of security module.Chad Weider
2012-09-09Don't prefix libraries that are prefixed by '$'. #hackChad Weider
2012-09-09Add index paths in tar processing.Chad Weider
2012-09-09Clean up tar file processing.Chad Weider
2012-09-09Serve libraries from node_modules.Chad Weider
2012-09-09Only files should be treated as being existant.Chad Weider
2012-09-09Another workaround for Windows paths.Chad Weider
2012-09-03Remove loopback from Minify.Chad Weider
2012-09-03Minify publishes its own mock request thing.Chad Weider
2012-09-03Minify is a named function.Chad Weider
2012-08-12Merge pull request #943 from gedion/developJohn McLear
Add a hook for utils/ExportHtml.js
2012-08-11fix indentationGedion
2012-08-11Update src/node/utils/ExportHtml.jsgedion
Added a hook for utils/ExportHtml.js
2012-08-11Added a hook for util/ExportHtml.jsGedion
2012-08-01Merge pull request #887 from psifertex/developMarcel Klehr
adding basic numbered list support to dokuwiki export
2012-07-22Escaped title using Security.escapeHTML()Uli Köhler
2012-07-22Added missing newline after closing title tagUli Köhler
2012-07-21Added <title> tag to make exported HTML validUli Köhler
2012-07-19adding basic numbered list support to dokuwiki exportJordan Wiens
2012-07-11Don't exit if no settings file was found.Marcel Klehr
2012-07-11Put toString() back in.Marcel Klehr
2012-07-10Fix typo.Marcel Klehr
2012-07-10Exit on error.Marcel Klehr
2012-07-08Use v8 to parse settings.jsonMarcel Klehr
2012-07-05Allow node v0.6.x and 0.8.xMarcel Klehr
2012-06-30Replace path.exists with fs.existsMarcel Klehr
2012-06-11Bugfix to setHTML - it was ignoring the last letter of each line. fixes ↵Jordan Hollinger
issue #768
2012-06-09Bugfix to setPadHTML. resolves #764Jordan Hollinger
2012-05-28Remove the libraries that are a part of ace2_common package.Chad Weider
2012-05-17Merge pull request #709 from cweider/packagingJohn McLear
Packaging
2012-05-17fixes issue #707Edy
Don't set cached cookies
2012-05-14Add plugin framwork to common package.Chad Weider
2012-05-14Extract ace2_common into its own package.Chad Weider
2012-04-20default dirty.db to current pwd, so no new directory has to be createdMatthias Bartelmeß
2012-04-20warn if dirty db is usedMatthias Bartelmeß
2012-04-20allow startup without settings fileMatthias Bartelmeß
2012-04-20removing Minify.js.rejMatthias Bartelmeß
2012-04-20undo-xpopup seems to be unusedMatthias Bartelmeß
2012-04-19More general basic authEgil Moeller