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
Abhijit Menon-Sen
4627a39165
Merge pull request #727 from amenonsen/no-live-preview
...
Disable live preview by default, because it's broken (closes #718 )
2013-07-18 05:39:48 -07:00
bootstraponline
c87cbe83d2
Fix #709
...
Require Ruby >= 1.9
2013-07-18 08:17:17 -04:00
bootstraponline
f05282badf
Drop 1.8.7 support on Travis (It's broken)
...
Don't email me on fail
2013-07-18 08:16:01 -04:00
Abhijit Menon-Sen
957879346e
Merge pull request #726 from amenonsen/fixes
...
Trivial fix: set label.for to the input's id
2013-07-17 18:53:37 -07:00
Abhijit Menon-Sen
87e64f67f3
A tiny patch to disable live preview ( #718 )
2013-07-17 14:24:36 +05:30
Abhijit Menon-Sen
43840d246d
Trivial fix: set label.for to the input's id
2013-07-17 13:31:46 +05:30
bootstraponline
4aeb9af8a7
Release 2.4.15
v2.4.15
2013-06-18 22:19:34 -04:00
dekimsey
b37acb8bc6
Merge pull request #711 from cpence/master
...
Add support for file streaming
2013-06-18 19:15:57 -07:00
Charles Pence
433865e927
Require newer gollum-lib.
2013-06-18 22:10:02 -04:00
Charles Pence
5428161e0f
Add support for on-disk file streaming.
2013-06-18 21:49:38 -04:00
Jamie Oliver
db0b536b5b
Release 2.4.14
v2.4.14
2013-06-15 17:20:48 +01:00
Jamie Oliver
a4e50908fb
Upgrade gollum-lib
2013-06-15 17:12:46 +01:00
bootstraponline
96b89fe83d
Add version badge
2013-05-31 22:05:23 -03:00
Jamie Oliver
adb131f131
Upgrade gollum-lib
2013-05-31 10:04:01 +01:00
bootstraponline
757ab87e8a
Fix shoulda version
...
Gem::InstallError: shoulda-matchers requires Ruby version >= 1.9.2
Gollum is stuck on 1.8 so use the old version of shoulda.
2013-05-27 16:16:17 -03:00
bootstraponline
f1d1db1159
Update useragent and shoulda
2013-05-27 16:07:24 -03:00
bootstraponline
3942bf60a6
Merge pull request #698 from ddeyoung/improve-page-create
...
Leaving off the leading slash in a page name with a subdirectory will corrupt the repository
2013-05-27 10:47:31 -07:00
Dustin DeYoung
e2c0dcc0da
Ruby 1.8.7 compatible double slash gsub
2013-05-26 16:14:56 -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
Sunny Ripert
a88314e061
Merge pull request #697 from bitmorse/master
...
Typo in page.mustache
2013-05-17 10:48:56 -07:00
Sam Sulaimanov
9221f5528d
Fix form tag typo in page template.
2013-05-17 18:23:50 +02:00
bootstraponline
520f60cd65
Merge pull request #693 from alecperkins/patch-1
...
Add bottom margin to hr elements
2013-05-08 15:00:55 -07:00
Alec Perkins
84c85774e8
Add bottom margin to hr elements
...
This gives some more consistent spacing.
2013-05-08 18:09:39 -03:00
bootstraponline
1f118deed9
Merge pull request #687 from DirtYiCE/gravatar-fix
...
Fix gravatar url generation
2013-04-13 14:04:20 -07:00
Kővágó, Zoltán
55ce07ae73
Fix gravatar url generation
2013-04-13 22:18:04 +02:00
Sunny Ripert
85677d5e91
README trimming to point to the wiki
...
-> gollum/gollum#1
2013-04-08 20:32:11 +03:00
Jamie Oliver
04f9be15b8
Upgrade minitest-reporters. Fixes #684
2013-04-08 07:24:05 +01:00
Jamie Oliver
09cd72a829
Add license to gemspec. Fixes #681
2013-04-05 17:57:17 +01:00
Jamie Oliver
f5f5ad70e3
Downgrade minitest-reporters. Temporary fix for #684
2013-04-05 16:03:20 +01:00
Jamie Oliver
a0774b320a
Update useragent
2013-04-05 15:00:41 +01:00
bootstraponline
4feea6051a
Release 2.4.13
v2.4.13
2013-04-03 19:28:29 -04:00
dekimsey
f548ea757b
Merge pull request #682 from dekimsey/missing-buttons
...
Fix missing new/rename buttons
2013-04-03 08:21:12 -07:00
Daniel Kimsey
abc8ea5280
Fix missing new/rename buttons
2013-04-03 10:41:36 -04:00
bootstraponline
bacd2313fb
Release 2.4.12
v2.4.12
2013-04-02 19:56:01 -04:00
bootstraponline
63295d3f9b
Update gollum lib
2013-04-02 20:55:12 -03:00
Daniel Kimsey
9c25eb20cf
Add a title attr to show full date on history log
2013-04-01 15:53:08 -04:00
bootstraponline
7f533f33ae
Merge pull request #677 from uk-ar/fix-dependancy
...
Fix library dependancy issue when running with config.ru
2013-03-29 15:39:35 -07:00
uk-ar
352b4e1ed8
Fix NoMethodError when running with sample config.ru
2013-03-30 05:59:36 +09:00
Sunny Ripert
9a4252b579
Merge pull request #676 from crisman/master
...
Class duplication issues in frontend
2013-03-28 01:37:10 -07:00
Daniel Crisman
ed7011c229
Deduplicate button action-* class names
2013-03-27 14:23:28 -04:00
Daniel Crisman
4ddd6a5207
Merge duplicate class attributes (class="jaws")
2013-03-26 13:47:21 -04:00
bootstraponline
0a74c7cfd2
Merge pull request #675 from uk-ar/fix-error-in-irb
...
Fix error when running with --irb option
2013-03-25 18:18:21 -07:00
uk-ar
d84fdc7599
Fix error when running with --irb option
...
uninitialized constant Gollum::Wiki (NameError)
2013-03-26 04:49:29 +09:00
uk-ar
dac1268266
Update the example of config.ru in the README
2013-03-26 04:25:53 +09:00
bootstraponline
b42db1c7c1
Fix #668
2013-03-22 22:07:57 -03:00
bootstraponline
7a7a27c5c7
Merge pull request #672 from bootstraponline/master
...
Try removing dependencies
2013-03-22 18:06:25 -07:00