Matt Hill
51b5a11a54
Fix custom.x path when page-file-dir is not set
2015-08-20 23:19:25 -04:00
GROUX Richard
3301252fb2
deps(update): twitter_cldr update to > 3.2
...
Changelog is
[there](https://github.com/twitter/twitter-cldr-rb/blob/master/History.txt )
2015-07-27 13:20:50 +02:00
Dawa Ometto
80854584bb
Make test regex more lenient
2015-04-11 01:29:08 +02:00
Dawa Ometto
77f4aee0af
Fix test related to gollum-lib TOC update
2015-01-23 00:00:01 +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
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
Dawa Ometto
c78a9f7950
Fix sidebar, header, and footer, and add regression test.
2014-11-10 22:39:42 +01:00
Dawa Ometto
2c80db6678
Route /filename/[commit-sha] will display specific revision of a file. Resolves #892 .
2014-11-06 21:31:23 +01:00
bootstraponline
452d825e66
Clean up tests. Remove templates
2014-04-05 13:30:02 -04:00
bootstraponline
a7a1c4f81e
Fix utf8 test
2014-04-05 13:30:02 -04:00
zorun
94fa985550
Add a test for issue #772
2013-12-06 02:46:15 +01:00
Samer N
cd3791087f
Fix revert for pages in directories, as seen in issue #736
2013-11-04 13:03:31 +02:00
ngyuki
395e9bd006
Add test for editing the sidebar, including multi-byte characters.
2013-08-09 14:41:52 +09:00
Jamie Oliver
90e20810d5
Do not force downcase on URLs. Fixes #621
2013-08-04 18:27:32 +01:00
Charles Pence
5428161e0f
Add support for on-disk file streaming.
2013-06-18 21:49:38 -04:00
Dustin DeYoung
f63180d8d8
Correct 1.8.7 negative match assertion.
2013-05-26 11:16:43 -04:00
Dustin DeYoung
999bbf3d50
Regex is 1.8.7 compatible for subpage create tests
2013-05-26 11:10:50 -04:00
Dustin DeYoung
eab612bdd0
Remove temporary change in app test.
2013-05-26 11:03:40 -04:00
Dustin DeYoung
1147186b4c
Page create with a relative path forces an absolute path.
2013-05-26 10:03:23 -04:00
Simon Williams
846ebb285e
Add option for custom js (like custom css)
...
* Add a new 'js' flag to indicate you want to embed a file named 'custom.js'
which should exist at the root of the wiki
2013-03-17 18:42:01 -06:00
Charles Pence
90bbb8e348
Fix symlink base path, don't allow symlinks in bare repos.
2013-03-16 22:00:19 -04:00
Daniel Kimsey
60e3baad8a
Fix empty commits and non-descript revert messages
...
* Empty commits via editor now have the message: "[no message]"
* Reverts now have the slightly more useful message: "Revert commit #1234567 "
2013-03-04 12:37:16 -05:00
Arran Cudbard-Bell
2e2e6457c7
Add option to specify index_page
...
Fix redirect to index_page creation for subdirs
Redirect attempts to access directories to index_page
Add tests
2013-02-06 22:05:36 -05:00
Daniel Kimsey
8fd8a56893
New and Rename buttons now support directories
...
* Also fixes renaming a file from a subdirectory moves it to the root.
* Add context info option to dialog, used in the new dialog
* Added CSS to support new context option for dialogs
* Fix /pages view messing up directory creation in new
* Removed the Edit and Rename buttons from historic view
2013-01-30 11:03:00 -05:00
bootstraponline
4838611273
Fix #602
2012-12-07 17:16:25 -07:00
bootstraponline
144f9959c9
Update test #602
2012-12-07 17:02:50 -07:00
bootstraponline
291c6a8fa0
Add test for #602
2012-12-07 16:49:00 -07:00
bootstraponline
4ee94a6574
Fix UTF-8 header and add test
2012-11-29 23:47:25 -07:00
bootstraponline
1b53e36666
Fix UTF-8
2012-11-29 16:58:47 -07:00
bootstraponline
10fa5c7bd2
Upgrade to stringex 1.5
2012-11-29 16:50:52 -07:00
bootstraponline
30119e0c77
Fix tests
2012-11-16 17:03:18 -07:00
bootstraponline
6fa4504e31
Fix #551
2012-10-28 12:37:02 -06:00
bootstraponline
72c5a74cf1
Update test
...
The test passes when verified manually using bin/gollum. Without a running server the test
will fail so it has been commented out. If there's an easy way to mock Rack::Server
then the test can be restored.
2012-10-27 23:44:11 -06:00
bootstraponline
919f41a0f1
Fix #559
2012-10-27 23:44:11 -06:00
bootstraponline
b82556c9c0
Fix #460
2012-10-14 15:42:06 -06:00
bootstraponline
5ffd98ad31
Fix #491
2012-10-14 15:15:55 -06:00
Keith Duncan
30c2e675da
Test that author details from the session are committed into the repository
2012-09-16 16:49:17 +01:00
bootstraponline
420bb06988
Fix create test.
2012-08-25 18:58:20 -06:00
bootstraponline
20566f8acf
Fix #484
2012-08-25 18:54:07 -06:00
bootstraponline
d1c72a4ff3
Fix #483 and #481
...
Exact matching of requested pages
- /page is no longer the same as /a/page
- Deleting /page only deletes /page (before it would delete /a/page instead of /page)
- Edit currently breaks the unit tests if exact matching is enabled
- Fix redirect on create
- Add @giga's checked_dir = '' fix https://github.com/giga/gollum/commit/936958b47324a09c683cb90a2560484b47e09529
- Fix create unit test
2012-08-24 13:35:37 -06:00
bootstraponline
6cfc807db0
Revert still broken in Grit.
2012-08-15 12:22:03 -06:00
bootstraponline
d4e019ef42
Merge pull request #331 from tjh/home-page-link-issue
...
Redirect from root to /Home, fixes #250
2012-08-09 10:41:31 -07:00
bootstraponline
d234bbd861
Test get %r{/(.+?)/([0-9a-f]{40})} do
2012-08-06 18:27:12 -06:00
bootstraponline
88a3783bbc
Remove wpage.
2012-08-06 15:55:05 -06:00
bootstraponline
ea2254b9bd
Fix #462 .
...
Add test for 462.
2012-08-06 15:52:19 -06:00
bootstraponline
3e5054f357
Call to_url on rename to prevent invalid renames.
...
Remove to_url on delete so invalid names can be deleted.
Handle nil in to_url.
Update tests.
2012-07-22 13:45:30 -06:00
bootstraponline
3424a424a7
Add /delete test.
2012-07-22 13:25:25 -06:00
bootstraponline
3255709399
Don't mess with the commit message.
2012-07-21 16:52:18 -06:00