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
e2fbf22f38
Fix #473 .
2012-08-23 11:51:20 -06:00
bootstraponline
686b8acd38
Fix encodeURIComponent on Ruby 1.8.
...
Replace .ord with .unpack('U')[0]
2012-08-22 17:23:08 -06:00
bootstraponline
62d5f52398
Fix anchor for Firefox.
2012-08-22 13:10:11 -06:00
bootstraponline
e73c84490e
Remove prefix. #470 .
2012-08-16 12:01:03 -06:00
bootstraponline
6cfc807db0
Revert still broken in Grit.
2012-08-15 12:22:03 -06:00
bootstraponline
2d13bd796f
Improve #470 fix.
2012-08-15 12:03:48 -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
80730ee87a
Merge pull request #419 from trans/metadata
...
Add support for embedded page metadata.
2012-08-01 16:05:10 -07:00
trans
71028adc9e
Add support for embedded page metadata.
2012-08-01 18:35:53 -04:00
bootstraponline
02539bfdd3
Move new page dir logic to JS.
2012-08-01 01:49:38 -06:00
bootstraponline
72e26fc90b
Refactor app.rb to use paged.
...
Create new pages relative to current directory.
2012-08-01 00:37:34 -06:00
bootstraponline
2261cfabf3
Make wiki.page directory aware.
...
Remove scoped_page.
2012-07-31 23:24:37 -06:00
Odin Dutton and Sebastian Korfmann
be086d94b5
Add a method that returns a given page name scoped to a directory.
...
This is to allow access to non unique pages.
2012-08-01 09:15:25 +10:00
bootstraponline
96842d9742
Refactor page url generation.
...
Avoid appending './' to urls.
2012-07-27 14:45:40 -06:00
bootstraponline
8fcef5401b
Fix href in file view.
2012-07-27 12:27:16 -06:00
bootstraponline
8558777ece
Include full path in file view href.
2012-07-27 11:34:04 -06:00
Sunny Ripert
b5653464d2
Merge branch 'master' into base-url
...
Conflicts:
lib/gollum/frontend/public/gollum/css/_styles.css
lib/gollum/frontend/public/gollum/javascript/gollum.js
lib/gollum/frontend/public/gollum/livepreview/js/livepreview.js
lib/gollum/frontend/templates/file_view.mustache
lib/gollum/frontend/templates/layout.mustache
lib/gollum/frontend/templates/page.mustache
2012-07-25 10:00:52 +02: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
bootstraponline
e0b7009bff
Add delete this Page based on .com.
...
Match short sha commit message of .com for edit and delete.
Update tests.
2012-07-21 15:33:43 -06:00
Vicent Marti
77fb5ec3cb
Fix parsing extra whitespace in code blocks
2012-07-21 15:34:56 +02:00
bootstraponline
ba796bc23d
Comment out test. See #363 .
2012-07-18 10:35:53 -06:00
Adam Hamsik
6ce76af2be
Fix tests.
2012-07-17 12:00:42 +02:00
bootstraponline
316b6feccb
Write_page changes not yet merged.
2012-07-10 11:46:00 -06:00
bootstraponline
6c7417e0a2
Add transliteration test.
2012-07-10 11:40:36 -06:00
bootstraponline
5714cef3de
Page names are no longer case sensitive.
2012-07-10 10:47:15 -06:00
bootstraponline
3d2c8e7cc5
ASCII only filenames.
...
Fix test_unicode.
2012-07-10 10:41:55 -06:00
bootstraponline
8c30bb3a9f
Merge pull request #422 from nature/sidebar_rendering_in_subfolders
...
Sidebar rendering in subfolders.
2012-07-09 09:19:11 -07:00
Darren Oakley
50e494e8e9
Make pages inherit their sidebar/header/footer from parent directories regardless of the current 'page_file_dir' of the wiki. refs #413 ( https://github.com/github/gollum/issues/413 )
2012-07-09 12:10:41 +01:00
Darren Oakley
19325930a2
Add a new file and sub-directory - 'Rivendell/Elrond.md' so we can test Sidebar/Header/Footer inheritance from parent directory.
2012-07-09 11:50:08 +01:00
Darren Oakley
ac97f7e9a2
Make the 'New Page' button create pages in sub directories if the user puts a slash in the path/page name.
2012-07-09 10:41:51 +01:00
bootstraponline
2aa7e466ed
File view links use '-' instead of %20.
2012-07-04 11:04:51 -06:00
Sunny Ripert
c31ead493a
Fixed tests to make up for base url
2012-06-28 17:31:19 +02:00
Arran Cudbard-Bell
4543781153
Add tests to check page redirects to create
2012-06-24 22:41:27 +01:00
bootstraponline
611e1a536c
Merge pull request #403 from trans/file
...
Add Wiki#files for list of non-page files.
2012-06-22 09:59:31 -07:00
bootstraponline
c152ae1557
Merge pull request #401 from nature/make_gollum_search_count_additive
...
Update the Wiki.search function to make the results counts 'additive'.
2012-06-22 09:49:04 -07:00
trans
754485c306
Add Wiki#files for list of non-page files.
2012-06-22 08:23:46 -04:00
Darren Oakley
088448a8a1
Update the Wiki.search function to make the results counts 'additive'.
...
i.e. so if we have a file named 'foo' that also contains the word 'foo' is should report 2 matches, not 1.
2012-06-22 12:01:39 +01:00
Darren Oakley
6e35a09abd
Add a 'New Page' button to the /pages browser that allows users to create a new page within a subdirectory.
2012-06-22 11:41:42 +01:00
bootstraponline
40855103ad
Disable failing test.
2012-06-21 17:26:19 -06:00
bootstraponline
02041dbdb7
Work around #363 (grit is broken).
2012-06-21 16:45:38 -06:00
Darren Oakley
971cbb94f6
Make the Sinatra app directory aware.
2012-06-21 15:59:01 +01:00
bootstraponline
9c40cbea76
Merge pull request #377 from pipex/latex-align
...
[Fix] Inline latex formula alignment
2012-06-19 13:22:26 -07:00