John McLear
|
28bcdcec25
|
Merge pull request #1124 from Wikinaut/fix-issue-377-add-favicon-url-settings-parameter
fix #377: add favicon url as optional settings.json parameter
|
2012-11-06 03:08:25 -08:00 |
|
John McLear
|
dfa0ae9181
|
Merge pull request #893 from marcelklehr/feature/plugin-settings
Add a new section in settings.json specifically for installed plugins.
|
2012-11-05 04:48:47 -08:00 |
|
Wikinaut
|
c92b5283fd
|
fix #377: add favicon url as optional settings.json parameter
|
2012-11-04 11:26:17 +01:00 |
|
Marcel Klehr
|
6d543fbcb3
|
Add a setting for customizing the app title
the app title is inserted into the <title> of all tepmlates
|
2012-11-02 12:30:57 +01:00 |
|
Randy
|
596e20e123
|
Add default port of process.env.PORT if port isnt specified in settings.json
|
2012-10-25 10:21:34 -07:00 |
|
Marcel Klehr
|
b0099a4aba
|
Add plugin-specific sections in settings.json
Settings for specific plugins are written down as below:
{
...
"ep_pluginname": {
"foo":"bar"
}
...
}
|
2012-10-11 16:22:40 +02:00 |
|
Chad Weider
|
9d1274abaf
|
Drop method deprecated in Express 3.x.
|
2012-10-09 01:32:21 -07:00 |
|
John McLear
|
d44c7f0bb5
|
Merge pull request #994 from cweider/parent-plugins
Parent plugins
|
2012-09-12 04:52:38 -07:00 |
|
John McLear
|
389e0d09b0
|
Merge pull request #740 from cweider/plugin-cleanup
Plugin cleanup
|
2012-09-12 04:52:23 -07:00 |
|
Chad Weider
|
feeab5c1b2
|
Fix cache headers for missing files.
|
2012-09-11 22:27:14 -07:00 |
|
Chad Weider
|
b691606c4e
|
Replace ParentRequire hack.
Instead of hacking with the internals of require, make client_plugins aware
and capable of sharing behavior.
|
2012-09-11 21:16:47 -07:00 |
|
Chad Weider
|
1258ed3a0d
|
Split client and server plugin functionality.
There is virtually no shared code for the client, extract it into its own
module and do away with the switches.
|
2012-09-11 21:16:47 -07:00 |
|
Chad Weider
|
03bcd07741
|
Use packaged version of Tinycon.
|
2012-09-09 18:18:59 -07:00 |
|
Chad Weider
|
1541237654
|
Use packaged version of UNorm.
|
2012-09-09 18:18:59 -07:00 |
|
Chad Weider
|
0da4acfdb5
|
Use packaged edition of async.
|
2012-09-09 18:18:59 -07:00 |
|
Chad Weider
|
8e735b0841
|
Use packaged edition of underscore.
|
2012-09-09 18:18:59 -07:00 |
|
Chad Weider
|
b47f6ae905
|
Use packaged edition of security module.
|
2012-09-09 18:18:59 -07:00 |
|
Chad Weider
|
c4fa2ecddb
|
Don't prefix libraries that are prefixed by '$'. #hack
|
2012-09-09 18:18:58 -07:00 |
|
Chad Weider
|
3b40850195
|
Add index paths in tar processing.
|
2012-09-09 18:18:58 -07:00 |
|
Chad Weider
|
a5653c7192
|
Clean up tar file processing.
|
2012-09-09 18:18:58 -07:00 |
|
Chad Weider
|
b8faf1f78b
|
Serve libraries from node_modules.
|
2012-09-09 18:18:58 -07:00 |
|
Chad Weider
|
766c301a44
|
Only files should be treated as being existant.
|
2012-09-09 18:13:37 -07:00 |
|
Chad Weider
|
a97b83babc
|
Another workaround for Windows paths.
|
2012-09-09 14:42:32 -07:00 |
|
Chad Weider
|
02c22d7b89
|
Remove loopback from Minify.
|
2012-09-03 14:38:28 -07:00 |
|
Chad Weider
|
024a26f272
|
Minify publishes its own mock request thing.
|
2012-09-03 14:37:26 -07:00 |
|
Chad Weider
|
4413d498d8
|
Minify is a named function.
|
2012-09-03 14:35:36 -07:00 |
|
John McLear
|
a42b2440ba
|
Merge pull request #943 from gedion/develop
Add a hook for utils/ExportHtml.js
|
2012-08-12 08:48:10 -07:00 |
|
Gedion
|
e9b22e8ac3
|
fix indentation
|
2012-08-11 15:44:42 -05:00 |
|
gedion
|
4d11e49878
|
Update src/node/utils/ExportHtml.js
Added a hook for utils/ExportHtml.js
|
2012-08-11 13:08:28 -05:00 |
|
Gedion
|
df7d7769c8
|
Added a hook for util/ExportHtml.js
|
2012-08-11 13:02:01 -05:00 |
|
Marcel Klehr
|
db54ab4b36
|
Merge pull request #887 from psifertex/develop
adding basic numbered list support to dokuwiki export
|
2012-08-01 12:36:04 -07:00 |
|
Uli Köhler
|
14582d1eba
|
Escaped title using Security.escapeHTML()
|
2012-07-22 19:07:14 +02:00 |
|
Uli Köhler
|
8630de66bf
|
Added missing newline after closing title tag
|
2012-07-22 18:37:38 +02:00 |
|
Uli Köhler
|
90357e0cdc
|
Added <title> tag to make exported HTML valid
|
2012-07-21 21:19:44 +02:00 |
|
Jordan Wiens
|
c0daf1aaaf
|
adding basic numbered list support to dokuwiki export
|
2012-07-19 00:59:15 -04:00 |
|
Marcel Klehr
|
dc09323d8f
|
Don't exit if no settings file was found.
|
2012-07-11 15:36:41 +02:00 |
|
Marcel Klehr
|
f09dd0f3fb
|
Put toString() back in.
|
2012-07-11 15:34:33 +02:00 |
|
Marcel Klehr
|
87f26334d1
|
Fix typo.
|
2012-07-10 21:55:35 +02:00 |
|
Marcel Klehr
|
8858446678
|
Exit on error.
|
2012-07-10 21:38:14 +02:00 |
|
Marcel Klehr
|
4c8f69b7c5
|
Use v8 to parse settings.json
|
2012-07-08 18:59:46 +02:00 |
|
Marcel Klehr
|
c01aaeefc1
|
Allow node v0.6.x and 0.8.x
|
2012-07-05 17:34:23 +02:00 |
|
Marcel Klehr
|
9d35b51500
|
Replace path.exists with fs.exists
|
2012-06-30 18:57:59 +02:00 |
|
Jordan Hollinger
|
486f7c904e
|
Bugfix to setHTML - it was ignoring the last letter of each line. fixes issue #768
|
2012-06-11 23:33:17 -04:00 |
|
Jordan Hollinger
|
d5faefdeae
|
Bugfix to setPadHTML. resolves #764
|
2012-06-09 10:53:51 -04:00 |
|
Chad Weider
|
a8340dfbbe
|
Remove the libraries that are a part of ace2_common package.
|
2012-05-28 15:14:52 -07:00 |
|
John McLear
|
ee11338927
|
Merge pull request #709 from cweider/packaging
Packaging
|
2012-05-17 04:59:24 -07:00 |
|
Edy
|
e8639d87ce
|
fixes issue #707
Don't set cached cookies
|
2012-05-17 12:08:19 +02:00 |
|
Chad Weider
|
9b0e2287aa
|
Add plugin framwork to common package.
|
2012-05-14 18:20:16 -07:00 |
|
Chad Weider
|
1a2c6425e1
|
Extract ace2_common into its own package.
|
2012-05-14 18:20:16 -07:00 |
|
Matthias Bartelmeß
|
c90ef5aeb8
|
default dirty.db to current pwd, so no new directory has to be created
|
2012-04-20 22:39:16 +02:00 |
|