bootstraponline
2c53e55533
Update css
2014-04-05 13:30:03 -04:00
bootstraponline
2ae75978dd
Format code
2014-04-05 13:30:02 -04:00
bootstraponline
d76264c255
Update version to 3.0.0
2014-04-05 13:28:04 -04:00
bootstraponline
d2f7766aea
Update template.css to match github
2014-03-14 22:19:33 -04:00
Daniel Kimsey
25d30aee64
Release 2.7.0
2014-02-20 11:10:00 -05:00
Blomquist, Ethan
cfb372e5e2
Another minor update...
2014-02-03 10:53:37 -07:00
Blomquist, Ethan
6513c732ba
Minor update to the delete link for printing.
2014-02-03 10:50:13 -07:00
Blomquist, Ethan
c4ea869223
Added print.css to remove action buttons and delete link for better print format.
2014-02-03 10:45:06 -07:00
Dawa Ometto
5387267675
Merge pull request #800 from budziq/delete_crash
...
Fixes crash if "delete page" was selected in preview of page that being created
2014-02-01 10:01:57 -08:00
Michał Budzyński
8b6b0699e5
fixes crash when selected "history" in preview of page being created
...
- history button is hidden in newly created page preview as it makes no sense
- redirect to '/' if page does not exist yet
2014-01-31 02:43:03 +01:00
Michał Budzyński
229bff1658
Fixes crash if "delete page" was selected in preview of page that being created
2014-01-31 02:10:15 +01:00
Akretion BOT
c8a284db9d
fixes bug #786 per_page_uploads: incorrect file path if page is inside some directory
2014-01-25 04:53:19 +01:00
Bart Kamphorst
ff302ed842
Fixes alignment of tables (issue #700 ).
...
Fixes https://github.com/gollum/gollum/issues/700 .
2014-01-21 16:55:05 +01:00
Akretion BOT
15feeb3614
fixes #788 better redirect after file upload
2014-01-19 23:24:01 +01:00
Matt Palmer
d1fb98cf1b
Merge remote-tracking branch 'upstream/master' into per-page-uploads
...
Conflicts:
lib/gollum/public/gollum/javascript/gollum.js
2014-01-03 17:49:53 +11:00
Matt Palmer
5eac24eacb
Implement the ability to store uploads on a per-page basis
...
Storing all uploaded files in a single directory kinda sucks when you've got
a largish wiki, or the possibility of filename collisions. With this patch,
though, you can set `:per_page_uploads => true` in your wiki settings and
have the file uploaded to a directory named for the page you were on when
you clicked 'Upload'.
2014-01-03 15:34:24 +11:00
bootstraponline
3fd16daeca
Release 2.6.0
2014-01-02 23:32:41 -05:00
bootstraponline
d9b38c3b73
Use baseUrl for /uploadFile
...
Thanks @mpalmer
https://github.com/gollum/gollum/pull/780
2014-01-02 23:03:33 -05:00
Pete Keen
b836b0e273
Base upload button action on home page url
2014-01-01 17:05:32 -05:00
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
bootstraponline
cb1b74ed7b
Merge pull request #776 from eucher/first_slash_in_create
...
First slash in create
2014-01-01 09:02:58 -08:00
Joshua Hogendorn
9fa7eac41f
Fixes dialog hiding so it doesnt block the UI
2013-12-08 20:15:59 +10: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
Jamie Oliver
714985e377
Release 2.5.2
2013-11-02 11:31:21 +00:00
bootstraponline
5a9af40058
Release 2.5.1
2013-10-15 07:20:13 -04:00
Leon Miller-Out
4d8677965c
Add instructions for how to access file post-upload
2013-09-27 10:16:35 -04:00
Leon Miller-Out
72729d5510
Whitespace
2013-09-27 10:16:35 -04:00
Leon Miller-Out
665e493570
Use correct path for uploadFile action even when looking at a page in a folder
2013-09-17 12:36:53 -04:00
bootstraponline
eb1e2f60f3
Fix #740
2013-09-12 08:49:27 -04: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
bootstraponline
440cd5ebc0
Merge pull request #735 from ngyuki/fix-edit-for-multibyte
...
Fix `Encoding::CompatibilityError` of edit view.
2013-08-10 11:27:14 -07:00
Jamie Oliver
1cd7d0f205
Use display path in rename dialog. Fixes #703
2013-08-10 11:41:15 +01: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
bootstraponline
9c714e7687
Release 2.5.0
2013-07-21 07:22:46 -04: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
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
2013-06-18 22:19:34 -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
2013-06-15 17:20:48 +01:00
Dustin DeYoung
e2c0dcc0da
Ruby 1.8.7 compatible double slash gsub
2013-05-26 16:14:56 -04:00
Dustin DeYoung
1147186b4c
Page create with a relative path forces an absolute path.
2013-05-26 10:03:23 -04:00
Sam Sulaimanov
9221f5528d
Fix form tag typo in page template.
2013-05-17 18:23:50 +02:00
Alec Perkins
84c85774e8
Add bottom margin to hr elements
...
This gives some more consistent spacing.
2013-05-08 18:09:39 -03:00
Kővágó, Zoltán
55ce07ae73
Fix gravatar url generation
2013-04-13 22:18:04 +02:00
bootstraponline
4feea6051a
Release 2.4.13
2013-04-03 19:28:29 -04:00