Marcel Klehr
993d501943
Make L10n.js requireable
2012-11-12 17:42:07 +01:00
Marcel Klehr
ed3020c729
Translate timeslider export links
2012-11-12 17:34:29 +01:00
Marcel Klehr
e81563e18d
German translation for timeslider
2012-11-12 17:26:20 +01:00
Marcel Klehr
3bc59f0a7c
Add english translation file
2012-11-12 17:25:53 +01:00
Marcel Klehr
378a74fb4e
Remove translated strings from template files
2012-11-12 17:24:14 +01:00
Marcel Klehr
4154d464a5
Fix german translation
2012-11-12 16:53:39 +01:00
Marcel Klehr
7021a8b885
Add pad setting for UI lang
2012-11-12 16:49:15 +01:00
Marcel Klehr
fb340793da
Add an empty locales/en.ini - English is default lang in templates
2012-11-11 11:56:59 +01:00
Marcel Klehr
e914c972f4
Add german translation for index.html and pad.html
2012-11-10 14:13:51 +01:00
Marcel Klehr
e5d1c6b279
Allow translation of pad.html
2012-11-10 14:13:10 +01:00
Marcel Klehr
145e893273
Allow translations for index.html
2012-11-10 14:12:58 +01:00
Marcel Klehr
a3504f70c4
Add i18n component
2012-11-10 14:12:17 +01:00
John McLear
dc3db7a4a8
Merge pull request #1147 from kingmook/develop
...
Fix Issue #1122 RE: IE9 and Password Protected Pads using HTTPS
2012-11-08 11:09:43 -08:00
Mike Brousseau
34594eb88b
Update src/static/js/pad.js
...
Check if the browser is IE and if so output the entire path via document.location over document.location.pathname to the cookie creation in createCookie()
2012-11-08 13:47:21 -05:00
John McLear
745a1860ac
Merge pull request #1145 from marcelklehr/fix/contributing-md
...
Try to clean up CONTRIBUTING.md
2012-11-08 08:52:44 -08:00
Marcel Klehr
545026affa
Try to clean up CONTRIBUTING.md
...
and make things clearer
2012-11-08 17:50:17 +01:00
John McLear
8bb8e484ee
Merge pull request #1135 from marcelklehr/fix/server-restart-settings-reload
...
/admin/settings: reload settings on server restart
2012-11-08 08:33:56 -08:00
John McLear
9f76d24646
Merge pull request #1143 from JasonWoof/fix-linux-install-instructions
...
fix typo in Linux install instructions
2012-11-08 06:15:40 -08:00
Jason Woofenden
01727d1542
fix typo in Linux install instructions
2012-11-07 23:31:24 -05:00
John McLear
e1edc8079f
Merge pull request #1138 from btherres/develop
...
fix installDeps.sh for solaris compatibility
2012-11-07 04:13:25 -08:00
Bastian
05f96429ef
added solaris compatibility: removed -v flag from cp, witch is not known by solaris cp // added condition for gnu-grep (ggrep), solaris grep has no -o flag
2012-11-07 12:51:51 +01:00
John McLear
6148548e00
Fix unclickable / broken links to IRC webchat
2012-11-07 11:10:36 +01:00
Marcel Klehr
d26f5d64f7
Fix #1130 Reload settings on /admin/settings server restart
2012-11-06 17:35:52 +01:00
Marcel Klehr
e702a86c9f
Add ability to reload settings
2012-11-06 17:35:05 +01:00
John McLear
7febd3ff5c
Resolve #583
...
This kinda resolves the issue but not in a very graceful way. It means any numbered items > 99 will still be cropped.
The problem is due to no padding/margin and then needing to specify margin.
you can replicate this bug with
```
<body style="padding:0; margin:0">
<style type="text/css">
li:nth-child(n+10){
margin-left:1.6em;
}
</style>
<ol style="list-style-type: decimal;margin-left:1.5em;padding:0;">
<li>
1
</li>
<li>
1
</li>
<li>
1
</li>
<li>
1
</li>
<li>
1
</li>
<li>
1
</li>
<li>
1
</li>
<li>
1
</li>
<li>
1
</li>
<li>
1
</li>
<li>
1
</li>
</ol>
</body>
```
2012-11-06 12:37:35 +00:00
John McLear
04166f4fbc
Merge pull request #1134 from Pita/resize-settings-textarea
...
resolve #1131 make textarea resize
2012-11-06 03:59:22 -08:00
John McLear
f68bdde0c1
resolve #1131 make textarea resize
2012-11-06 11:56:19 +00:00
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
6f1bab5faf
correct links to example settings.json files
2012-11-05 13:16:07 +00:00
John McLear
b9541f938b
Merge pull request #1127 from Pita/admin-page
...
add express endpoint for admin index.html
2012-11-05 04:59:01 -08:00
John McLear
3766858dd2
add express endpoint for admin index.html
2012-11-05 12:58:02 +00:00
John McLear
051927cbc8
Merge pull request #1126 from Pita/remove-available-plugins-folder
...
@redhog said its okay to remove this folder as it serves no purpose
2012-11-05 04:49:09 -08:00
John McLear
b6a331b9ec
Merge pull request #1120 from Pita/feature/settings-admin
...
Modify Server Settings in /admin/settings
2012-11-05 04:48:59 -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
John McLear
b6b99f7389
@redhog said its okay to remove this folder as it serves no purpose
2012-11-05 12:44:05 +00:00
Wikinaut
a575de7884
allow favicon.ico as pad name
2012-11-04 13:02:55 +01:00
Wikinaut
c92b5283fd
fix #377 : add favicon url as optional settings.json parameter
2012-11-04 11:26:17 +01:00
Marcel Klehr
0fa25264bc
Merge pull request #1119 from clkao/import-ol
...
Import <ol>'s as <ol>'s and not as <ul>'s!
2012-11-03 11:11:34 -07:00
johnyma22
2f123970e6
Make express restart - I think this reloads settings
2012-11-02 15:21:12 +00:00
johnyma22
1d055f2cd4
make stuff work
2012-11-02 15:15:13 +00:00
johnyma22
3ca450fefc
make the server save settings
2012-11-02 15:10:01 +00:00
johnyma22
7fa5dd757e
remove cruft from js and move minify json to seperate file and also send emit back to server on save settings
2012-11-02 15:05:47 +00:00
johnyma22
f6fa897a4e
actually using text area is a lot less stupid
2012-11-02 14:31:52 +00:00
Chia-liang Kao
4827cdbd96
fix imported ol that were turned into ul
2012-11-02 21:39:40 +08:00
johnyma22
89e38ed4c2
Start putting file system together for admin settings, no where near complete
2012-11-02 13:16:15 +00:00
John McLear
af3513873f
Merge pull request #1118 from marcelklehr/feature/customize-app-title
...
Add a setting for customizing the app title
2012-11-02 05:59:15 -07: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
John McLear
b9f4e8450c
Merge pull request #1114 from marcelklehr/fix/admin-unimplemented-notice
...
Put up some '/admin doesn't exist' notice.
2012-11-01 11:46:47 -07:00
Marcel Klehr
2d6e577683
Put up some '/admin doesn't exist' notice.
2012-11-01 19:45:26 +01:00
johnyma22
1da39d3d1a
Merge branch 'develop' of github.com:Pita/etherpad-lite into develop
2012-11-01 18:31:02 +00:00