bootstraponline
9a41e2a65d
Merge pull request #772 from zorun/master
...
Prevent indexing of old versions of a page (fixes #768 )
2014-01-01 09:05:07 -08:00
Evgeni Cherdancev
1c498ead35
gsub before begin
2013-11-28 12:32:08 +07:00
Evgeni Cherdancev
5abc983172
write_page first slash fix
2013-11-28 12:26:06 +07:00
zorun
7a0d4919b0
Prevent indexing of old versions of a page ( fixes #768 )
2013-11-22 12:49:42 +01:00
Samer N
cd3791087f
Fix revert for pages in directories, as seen in issue #736
2013-11-04 13:03:31 +02:00
bootstraponline
dc637f0a9b
Merge pull request #734 from repotag/no_grit
...
No grit
2013-08-11 08:07:33 -07:00
Dawa Ometto
f81634728d
Replaced grit calls to new calls in gollum-lib 1.06 (set_git_timeout and set_git_max_filsize). Removed grit dependency from tests, using cp of empty.git instead. Replaced Grit exceptions with equivalents in the Gollum module.
2013-08-11 13:19:43 +02:00
ngyuki
a69d62911c
Fix editing of the sidebar with multi-byte characters.
2013-08-09 14:45:19 +09:00
Jamie Oliver
90e20810d5
Do not force downcase on URLs. Fixes #621
2013-08-04 18:27:32 +01:00
Abhijit Menon-Sen
183840b793
Add file upload functionality
...
Adds an :allow_uploads wiki option, an --allow-uploads flag to
bin/gollum, an "Upload" button with a file upload dialog, and a
handler to commit uploaded files into the repository.
:allow_uploads defaults to false, to prevent unauthenticated users
from uploading arbitrary files into the repository (albeit only in
the uploads directory).
This code is based on the patch from @l3iggs at
https://github.com/gollum/gollum/issues/694 , but the handling on the
backend is completely rewritten to use the Committer infrastructure.
2013-07-21 16:28:15 +05:30
Charles Pence
5428161e0f
Add support for on-disk file streaming.
2013-06-18 21:49:38 -04:00
Dustin DeYoung
1147186b4c
Page create with a relative path forces an absolute path.
2013-05-26 10:03:23 -04:00
uk-ar
352b4e1ed8
Fix NoMethodError when running with sample config.ru
2013-03-30 05:59:36 +09:00
Jamie Oliver
b989f160cf
Merge branch 'master' into feature/gollum-lib
...
Conflicts:
lib/gollum/markup.rb
test/test_gitcode.rb
2013-03-20 07:46:11 +00:00
Jamie Oliver
1f79126b27
Move gollum back end to gollum-lib #647
2013-03-19 22:11:09 +00:00