Commit graph

124 commits

Author SHA1 Message Date
Matthew Scragg
eb12c84e9a Added RDBMS info
Canonical names to forced to lowercase
Made user model compatible to other DBs
CSS adjustments
Basic Firepad support (no presence info)
Cleaned up JS a bit
Added ability to remove draft from localstorage
Added support for drafts on multiple pages
Alert user if page changes, issue #1
2014-10-03 13:49:18 -05:00
Matthew Scragg
d72ecf10f0 firepad + others WIP 2014-10-01 17:14:54 -05:00
Matthew Scragg
ec551ac09d add sha to dom 2014-09-29 20:33:09 -05:00
Matthew Scragg
2895308667 implements #4, use env to configure app 2014-09-29 15:22:20 -05:00
Matthew Scragg
675ec9c9f9 style tweak 2014-09-26 17:45:43 -05:00
Matthew Scragg
20e74bfef6 fix scroll sync 2014-09-26 17:40:21 -05:00
Matthew Scragg
82f2de5efa fix truncation at bottom of editor 2014-09-26 17:17:58 -05:00
Matthew Scragg
67bf9eab35 updated docker runsv script
updated dockerfile
2014-09-26 16:18:48 -05:00
Matthew Scragg
e7e2ecfc4d shrink buttons for smaller screens 2014-09-26 11:58:06 -05:00
Matthew Scragg
8f6823676a make editor page responsive to smaller screens 2014-09-25 18:17:38 -05:00
Matthew Scragg
f1c675973d added docker info to readme 2014-09-20 17:30:34 -05:00
Matthew Scragg
b637ce5df9 fixes #18 relative link bug 2014-09-20 17:15:12 -05:00
Matthew Scragg
813d7cfc51 updated docker runsv script
updated install.sh
updated setup.py
2014-09-18 23:12:57 -05:00
Matthew Scragg
88134dbdce removed entry point from setup
renamed managed to realms-wiki and added to setup scripts
removed cli script from realms module
2014-09-18 21:49:48 -05:00
Matthew Scragg
81e76c6c19 version bump 2014-09-18 17:54:34 -05:00
Matthew Scragg
58f9109bd2 add dockerfile
move cli functions in module
add configure command
2014-09-18 16:44:01 -05:00
Matthew Scragg
d94855e3c5 add fonts symlink to font awesome 2014-09-18 11:00:20 -05:00
Matthew Scragg
35bd6f246f Merge pull request #16 from leek/patch-1
Allow bower to install with sudo
2014-09-18 10:45:58 -05:00
Matthew Scragg
0b213883ed Fix load token bug 2014-09-18 10:42:32 -05:00
Matthew Scragg
2856dc076f Fixes #17
Fix bug with loading token
Updated readme
Remove realms-wiki bash script (redundant)

Updated install.sh
Using setuptools to create cli entry point
Upstart script sets gid and uid
2014-09-18 10:13:33 -05:00
Chris Jones
dfb7fa7619 Allow bower to install with sudo
Without `--allow-root`, bower throws the following:

```
bower ESUDO         Cannot be run with sudo

Additional error details:
Since bower is a user command, there is no need to execute it with superuser permissions.
If you're having permission errors when using bower without sudo, please spend a few minutes learning more about how your system should work and make any necessary repairs.

http://www.joyent.com/blog/installing-node-and-npm
https://gist.github.com/isaacs/579814

You can however run a command with sudo using --allow-root option
```
2014-09-18 01:46:13 -04:00
Matthew Scragg
de3b2d66c3 update default config
transfer some assets to bower
use font awesome for icons
create setup.py
create setup command to generate config
2014-09-17 16:13:10 -05:00
Matthew Scragg
6128d05c69 use ace-builds via bower
removed screen in install script
not longer forwarding port 80 in vagrantfile
2014-09-15 16:45:47 -05:00
Matthew Scragg
b8531a0347 add config option to disable registration
add command to create user
2014-09-13 22:47:17 -05:00
Matthew Scragg
17eabddd70 fixes #2 history page bug
some style changes
2014-09-11 17:35:17 -05:00
Matthew Scragg
3419ee4f6c add lock page cond in review 2014-09-10 16:08:25 -05:00
Matthew Scragg
3eaa2172b2 Update README.md 2014-09-10 14:37:48 -05:00
Matthew Scragg
1b433f1762 add config option to lock pages explicitly 2014-09-10 13:58:47 -05:00
Matthew Scragg
f0bce6c8d5 Update README.md 2014-09-10 11:35:11 -05:00
Matthew Scragg
951fffb3eb make sure partial has data before register 2014-09-10 11:09:29 -05:00
Matthew Scragg
40292454da allow '{' and '}' in html urls 2014-09-10 10:53:22 -05:00
Matthew Scragg
ec5c840f84 add local togetherjs file 2014-09-10 10:19:37 -05:00
Matthew Scragg
27d161488a add local togetherjs file 2014-09-10 10:19:13 -05:00
Matthew Scragg
9a95b5685c changed togetherjs link 2014-09-10 10:00:24 -05:00
Matthew Scragg
f039160ded changed togetherjs link 2014-09-10 09:58:35 -05:00
Matthew Scragg
a4fed38d97 changed default wiki path 2014-09-09 16:01:07 -05:00
Matthew Scragg
d941562980 Update README.md 2014-09-09 15:46:41 -05:00
Matthew Scragg
507380f5cd update readme 2014-09-09 15:36:23 -05:00
Matthew Scragg
335b5b5324 update install script 2014-09-09 15:19:53 -05:00
Matthew Scragg
344207dcc9 update install script 2014-09-09 15:08:50 -05:00
Matthew Scragg
a698af1b2d style changes 2014-09-09 14:58:30 -05:00
Matthew Scragg
b4a74342e3 update install script, config, bower.json 2014-09-08 16:05:23 -05:00
Matthew Scragg
6459d6b842 chown venv dir in install script
set default ace editor options
lower font size on editor
2014-09-08 12:49:37 -05:00
Matthew Scragg
f2f1e3f51e fix bug when fetching metadata on pages that don't exist 2014-09-07 19:53:36 -05:00
Matthew Scragg
bea662e2e7 add partials support 2014-09-07 11:54:51 -05:00
Matthew Scragg
036434dd7a switch from showdown to marked
add better yaml support for metadata
2014-09-05 22:41:22 -05:00
Matthew Scragg
e4afc0fb0d html indent fix 2014-09-04 16:35:28 -05:00
Matthew Scragg
10831a44e9 fix stylesheet bug 2014-09-04 15:40:53 -05:00
Matthew Scragg
1058ce034d overflow auto to preview 2014-09-04 14:47:04 -05:00
Matthew Scragg
7dfec15ae1 update readme 2014-09-04 08:59:19 -05:00