Dawa Ometto
1ca38b625b
Update README.md
2015-01-30 18:33:52 +01:00
Sunny Ripert
f964407c47
Merge pull request #965 from simonzack/ace_hook
...
added an initAce hook to allow configuration of the live editor
2015-01-28 17:00:43 +01:00
Dawa Ometto
1f2917ac22
Merge pull request #959 from simonzack/ace_update
...
Updated ace so markdown highlights better.
2015-01-27 17:51:47 +01:00
simonzack
fe1a8569f6
updated ace
2015-01-27 22:46:30 +11:00
simonzack
33e8d4f328
added an initAce hook to allow configuration of the live editor
2015-01-27 21:16:05 +11:00
Dawa Ometto
e183260d0a
Merge pull request #956 from repotag/issue_955
...
Resolves #955 .
2015-01-26 23:16:50 +01:00
Dawa Ometto
b4023942b4
Remove page file dir from upload path
2015-01-26 23:10:28 +01:00
Dawa Ometto
c10c24d90d
Merge pull request #953 from simonzack/master
...
Resolves #952 .
2015-01-25 18:45:17 +01:00
simonzack
915f63cac4
pixel tweaks so the left scrollbar is selectable and the viewport takes the whole page
2015-01-26 04:15:14 +11:00
Dawa Ometto
5c30ff4d3e
Release 3.1.2
v3.1.2
2015-01-23 00:27:04 +01:00
Dawa Ometto
3269f02ba7
Merge pull request #950 from repotag/fix_allow_editing
...
Set the allow_editing wiki option to true by default.
2015-01-23 00:26:22 +01:00
Dawa Ometto
e5c2e3b3eb
Set the allow_editing wiki option to true by default.
2015-01-23 00:14:13 +01:00
Dawa Ometto
77f4aee0af
Fix test related to gollum-lib TOC update
2015-01-23 00:00:01 +01:00
Dawa Ometto
868cbdfc7b
Merge pull request #936 from techwiz24/iss922-sort-pages
...
Sort `/pages` alphabetically. Resolves #922 .
2015-01-13 10:18:51 +01:00
Nathan Lowe
a650c0eab8
Sort /pages alphabetically
...
Previously, the 'All Pages' view was not sorted alphabetically. We need
to sort on the lowercase version of the page names so that lowercase
names do not end up at the bottom of the list and are instead mixed in
alphabetically, as they should be.
Patches test/test_latest_changes_view.rb to include changes needed to
test alphabetical sorting.
2015-01-12 19:04:07 -05:00
Dawa Ometto
a7dc8d8c6f
Merge pull request #929 from repotag/830_pagename_encodings
...
Allow utf-8 page names when not using grit. Resolves #830 (when using rugged adapter).
2015-01-04 13:07:27 +01:00
Dawa Ometto
355db16d2c
Allow utf-8 page names when not using grit.
2015-01-04 12:20:25 +01:00
Dawa Ometto
c54ce41eb7
Merge pull request #928 from LEW21/compare-escape-redirect
...
Encode the page title in the URL of a diff page
2015-01-03 19:58:56 +01:00
Janusz Lewandowski
afb7d4c9d1
Encode the page title in the URL of a diff page.
2015-01-03 17:56:51 +01:00
Dawa Ometto
b55cdde9da
Merge pull request #924 from rtrvrtg/patch-1
...
Fix wiki_options errors for hosted Gollum instances.
2014-12-29 12:31:39 +01:00
Geoffrey Roberts
93cbc6c770
Fix intermittent wiki_options errors
...
Changed to resolve intermittent errors where I'd see the following in my logs:
```text
ERROR -- : app error: undefined method `wiki_options' for Precious::App:Class (NoMethodError)
ERROR -- : /home/gollum/production/releases/20141229-172128/vendor/bundle/ruby/2.0.0/gems/gollum-3.1.1.1anchor4/lib/gollum/editing_auth.rb:10:in `call'
ERROR -- : /home/gollum/production/releases/20141229-172128/vendor/bundle/ruby/2.0.0/gems/rack-protection-1.5.3/lib/rack/protection/xss_header.rb:18:in `call'
...
```
I suspect this is the case for Sinatra applications that host instances of Gollum using its `map` feature, as this reflects the production setup we're using it in. Calling @app.settings.wiki_options uses the app instance that gets passed into Precious::EditingAuth, thereby ensuring that we're getting a Gollum instance all the time.
2014-12-29 17:28:47 +11:00
Dawa Ometto
3b1b4a0a96
Update README.md
2014-12-22 20:28:50 +01:00
Dawa Ometto
10b45cb54d
Add --bare command line option (see #811 ).
2014-12-22 20:20:57 +01:00
Dawa Ometto
9d289e571b
Describe important security update.
2014-12-18 16:44:23 +01:00
Dawa Ometto
cce871c30e
Allow running tests with alternative adapter
2014-12-08 01:44:01 +01:00
Dawa Ometto
c2b605a90f
Release 3.1.1
v3.1.1
2014-12-04 14:06:57 +01:00
Dawa Ometto
09149592b5
Set allow_editing in Precious::App to true by default. Closes #911
2014-12-04 13:53:58 +01:00
Dawa Ometto
e7410e551b
Bring rake dependency up to date.
2014-11-28 14:13:40 +01:00
Dawa Ometto
9d77bc4192
Release 3.1.0
v3.1.0
2014-11-28 14:06:36 +01:00
Dawa Ometto
537fa0c423
Merge branch 'rc'
2014-11-28 13:38:33 +01:00
Dawa Ometto
c78dbc8bc1
Merge branch 'master' into rc
...
Conflicts:
README.md
lib/gollum/app.rb
2014-11-28 13:36:21 +01:00
Dawa Ometto
249eed5c2c
Update HISTORY.md
2014-11-28 13:26:47 +01:00
Dawa Ometto
55eb3b24f7
Merge pull request #904 from ut7/latest_changes_test_fix_dependency
...
Update test to avoide being dependent on git configuration
2014-11-28 12:39:12 +01:00
Étienne Charignon
508c255d0f
Update test to avoide being dependent on git configuration
...
The previous test implementation was dependent on the git configuration:
renames = copies
It could then pass on a computer with that config but not passe on
a different developpeur computer who could have a different git configuration.
That new implementation is testing the same behaviour but at a lower
level and is not dependent on the git configuration anymore.
2014-11-28 12:12:23 +01:00
Dawa Ometto
9f8a90c0ac
Merge pull request #875 from ut7/latest-changes
...
Add a "latest changes" button and page
2014-11-27 19:22:42 +01:00
Dawa Ometto
861dc935cb
Configure git on Travis
2014-11-27 19:12:54 +01:00
Dawa Ometto
96ef8cacea
Merge pull request #899 from repotag/gollum-lib-112
...
Fix tests, see https://github.com/gollum/gollum-lib/issues/112
2014-11-27 14:11:01 +01:00
Dawa Ometto
5f3ecc8713
Merge pull request #901 from repotag/prepare-release
...
Prepare new release.
2014-11-27 13:58:24 +01:00
Dawa Ometto
8b8ef0eb46
Prepare new release.
2014-11-27 13:51:02 +01:00
Dawa Ometto
2dbea54c84
Merge pull request #900 from repotag/adapter-flag
...
Implement git adapter CLI flag.
2014-11-26 00:47:39 +01:00
Dawa Ometto
a776d9fb6f
Implement git adapter CLI flag.
2014-11-26 00:33:03 +01:00
Dawa Ometto
57b7bbff5a
Update README.md
...
Updated command line options.
2014-11-25 23:43:42 +01:00
Dawa Ometto
a832b0ed54
Fix tests, see https://github.com/gollum/gollum-lib/issues/112
2014-11-25 19:54:31 +01:00
Dawa Ometto
3ec75b84ae
Merge pull request #898 from bambycha/editable
...
Disable editing from UI
2014-11-22 12:15:24 +01:00
Roman Bambycha
b932763080
add function to disable editing, resolves #879
2014-11-17 19:46:46 +02:00
Étienne Charignon
374f8f2f69
First attempt at a global latest changes overview.
...
- uses a wiki_options entry named :latest_changes_count instead of a
constant
- lists modified pages with links
2014-11-11 22:43:34 +01:00
Dawa Ometto
226c253d5a
Merge pull request #895 from repotag/rc_fix_sidebar
...
Fix sidebar, header, and footer, and add regression test.
2014-11-10 22:54:05 +01:00
Dawa Ometto
c78a9f7950
Fix sidebar, header, and footer, and add regression test.
2014-11-10 22:39:42 +01:00
Bart Kamphorst
7264510ab2
Merge pull request #893 from tuftedocelot/add-systemd
...
Add systemd service file to contrib and move openrc files to contrib directory as well.
2014-11-06 22:03:18 +01:00
Dawa Ometto
3458ec6511
Merge pull request #894 from repotag/892-view-file-revisions
...
Route /filename/[commit-sha] will display specific revision of a file. Resolves #892 .
2014-11-06 21:57:25 +01:00