Skip to content

Commit 7221cd1

Browse files
committed
Semantic header levels
1 parent 36076c3 commit 7221cd1

File tree

1 file changed

+49
-49
lines changed

1 file changed

+49
-49
lines changed

Diff for: CHANGELOG.md

+49-49
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## CHANGELOG
1+
# Changelog
22

3-
### 4.0.3
3+
## 4.0.3
44

55
- Redmine 4.1 support
66
- Dashboard support for Repository URLs
@@ -9,16 +9,16 @@
99
- add Basic Auth support for post_receive_urls
1010
- add post_receive_url :post empty support
1111
- add logging to journal, if configured for Redmine (see https://github.com/theforeman/journald-logger)
12+
- drop redmine_bootstrap_kit required plugin
13+
- requires additionals plugin for latest fontawesome, slim and deface support -> and better maintenance
14+
- switch from haml to slim templates (because this is already used in additionals plugin)
15+
- libraries high_charts and bootstrap are moved to this plugin (TODO: high_charts should be migrationed to charts.js, which comes with Redmine 4. Bootstrap should be drop to vanila redmine, to get better theme support)
16+
17+
## 4.0.0
1218

13-
### 4.0.0
14-
https://github.com/theforeman/journald-logger
1519
* compatible with Redmine 4 (drop Redmine 3.x support)
16-
* drop redmine_bootstrap_kit required plugin
17-
* requires additionals plugin for latest fontawesome, slim and deface support -> and better maintenance
18-
* switch from haml to slim templates (because this is already used in additionals plugin)
19-
* libraries high_charts and bootstrap are moved to this plugin (TODO: high_charts should be migrationed to charts.js, which comes with Redmine 4. Bootstrap should be drop to vanila redmine, to get better theme support)
2020

21-
### 1.2.3 - 2017-07-17
21+
## 1.2.3 - 2017-07-17
2222

2323
* Merge [#640](https://github.com/jbox-web/redmine_git_hosting/pull/640) ([Views] Fix typo while rendering partial repositories/download_revision)
2424
* Merge [#646](https://github.com/jbox-web/redmine_git_hosting/pull/646) (Fix compatibility with Redmine 3.3)
@@ -30,7 +30,7 @@ https://github.com/theforeman/journald-logger
3030
* Catch Errno::ENOENT exceptions when installing custom hooks
3131
* Add logs for well installed Gitolite hooks
3232

33-
### 1.2.2 - 2016-12-31
33+
## 1.2.2 - 2016-12-31
3434

3535
* Fix [#472](https://github.com/jbox-web/redmine_git_hosting/issues/472) ([Views] 404 on the "My public keys" link in the user panel)
3636
* Fix [#526](https://github.com/jbox-web/redmine_git_hosting/issues/526) ([Core] Plugin breaks if gitolite user == redmine user)
@@ -51,7 +51,7 @@ https://github.com/theforeman/journald-logger
5151
* Rename `redmine_git_hosting:restore_defaults` task to `redmine_git_hosting:update_settings`
5252
* Add Rake task `redmine_git_hosting:dump_settings` to dump plugin settings in console
5353

54-
### 1.2.1 - 2016-07-25
54+
## 1.2.1 - 2016-07-25
5555

5656
* Fix [#524](https://github.com/jbox-web/redmine_git_hosting/issues/524) ([DB] Index too long)
5757
* Fix [#533](https://github.com/jbox-web/redmine_git_hosting/issues/533) ([Views] About readme.md preview feature)
@@ -61,7 +61,7 @@ https://github.com/theforeman/journald-logger
6161
* Merge [#583](https://github.com/jbox-web/redmine_git_hosting/pull/583) ([Core] force UTF-8 encoding for tags and branches)
6262
* Merge [#600](https://github.com/jbox-web/redmine_git_hosting/pull/600) ([Core] Improve performance)
6363

64-
### 1.2.0 - 2015-11-18
64+
## 1.2.0 - 2015-11-18
6565

6666
* Enhance protected branches permissions support : [#389](https://github.com/jbox-web/redmine_git_hosting/issues/389), [#414](https://github.com/jbox-web/redmine_git_hosting/issues/414)
6767
* Add support for [Gitolite options](https://gitolite.com/gitolite/options.html) : [#415](https://github.com/jbox-web/redmine_git_hosting/issues/415)
@@ -73,39 +73,39 @@ https://github.com/theforeman/journald-logger
7373
* Improve coding style
7474
* Display contributors in plugins info page ;)
7575

76-
### 1.1.5 - 2015-11-18
76+
## 1.1.5 - 2015-11-18
7777

7878
* Fix wrong behavior of GoRedirectorController when project is private
7979
* Update Redcarpet to latest version (3.3.2)
8080

81-
### 1.1.4 - 2015-10-01
81+
## 1.1.4 - 2015-10-01
8282

8383
* Merge [#505](https://github.com/jbox-web/redmine_git_hosting/pull/505) ([Core] Added an error message in case that something as broken the temp directory)
8484
* Fix #<TypeError: no implicit conversion of nil into String> when triggers are enabled on PostReceiveUrls and pushing on a non-triggering branch
8585
* Fix #<TypeError: no implicit conversion of nil into String> when triggers (refspec) are enabled on RepositoryMirrors and pushing on a non-triggering branch
8686

87-
### 1.1.3 - 2015-08-30
87+
## 1.1.3 - 2015-08-30
8888

8989
* Merge [#350](https://github.com/jbox-web/redmine_git_hosting/pull/350) ([Core] return [] if error occured on branches or tags check)
9090
* Fix [#472](https://github.com/jbox-web/redmine_git_hosting/issues/472) ([Views] 404 on the "My public keys" link in the user panel when Redmine is installed in a subpath)
9191
* Fix [#484](https://github.com/jbox-web/redmine_git_hosting/issues/484) ([Core] Error 500 on repository creation & edit)
9292
* Fix [#501](https://github.com/jbox-web/redmine_git_hosting/issues/501) ([Controllers] Download Git Revision Archive for Anonymous user redirect to login page)
9393
* Fix [#502](https://github.com/jbox-web/redmine_git_hosting/issues/502) ([Core] Issues with Git 1.7.1)
9494

95-
### 1.1.2 - 2015-08-21
95+
## 1.1.2 - 2015-08-21
9696

9797
* Fix [#459](https://github.com/jbox-web/redmine_git_hosting/issues/459) ([Install] Undefined method `urls_order' for #RepositoryGitExtra during migrations)
9898
* Merge [#491](https://github.com/jbox-web/redmine_git_hosting/pull/491) ([Views] Fix css spacer bug for compatibility with core css)
9999

100-
### 1.1.1 - 2015-06-29
100+
## 1.1.1 - 2015-06-29
101101

102102
* Display Rugged infos in Config test tab
103103
* Display Rugged features status (present/absent) in Config test tab
104104
* Bump gitolite-rugged to v1.1.1 (Use HTTPs instead of Git protocol to download rugged gem)
105105
* Add [#464](https://github.com/jbox-web/redmine_git_hosting/pull/464) ([Views] Fix display of git_annex urls)
106106
* Add [#466](https://github.com/jbox-web/redmine_git_hosting/pull/466) ([Core] In case of git command failure, log the actual command line)
107107

108-
### 1.1.0 - 2015-06-06
108+
## 1.1.0 - 2015-06-06
109109

110110
* Add [#417](https://github.com/jbox-web/redmine_git_hosting/issues/417) ([Views] Define order of repository urls)
111111
* Add [#426](https://github.com/jbox-web/redmine_git_hosting/issues/426) ([Views] Direct link to repository settings page on sidebar)
@@ -123,29 +123,29 @@ https://github.com/theforeman/journald-logger
123123
* Add unique index on fingerprint field
124124
* Various small fixes
125125

126-
### 1.0.7 - 2015-06-06
126+
## 1.0.7 - 2015-06-06
127127

128128
* Fix [#450](https://github.com/jbox-web/redmine_git_hosting/issues/450) (Github webhook return 404 error)
129129
* Display Rugged infos in Config test tab
130130

131-
### 1.0.6 - 2015-06-04
131+
## 1.0.6 - 2015-06-04
132132

133133
* Validate that people don't reuse Gitolite Admin key
134134

135-
### 1.0.5 - 2015-05-31
135+
## 1.0.5 - 2015-05-31
136136

137137
* Fix [#418](https://github.com/jbox-web/redmine_git_hosting/issues/418) ([Rugged] On delete deploy key: Rugged::NetworkError)
138138
* Fix [#430](https://github.com/jbox-web/redmine_git_hosting/issues/430) ([User] Error when trying to update user details)
139139

140-
### 1.0.4 - 2015-04-10
140+
## 1.0.4 - 2015-04-10
141141

142142
* Fix [#404](https://github.com/jbox-web/redmine_git_hosting/issues/404) ([Git cache] "Until next commit" param is broken for Redis adapter)
143143
* Fix [#406](https://github.com/jbox-web/redmine_git_hosting/issues/406) ([Protected Branch] Protected Branch Name Must be Unique Across Projects)
144144
* Fix [#407](https://github.com/jbox-web/redmine_git_hosting/issues/407) ([Protected Branch] 500 Error rearranging protected branches)
145145
* Fix [#413](https://github.com/jbox-web/redmine_git_hosting/issues/413) ([Repository view] Missing repo source in repo instructions)
146146
* Add [#410](https://github.com/jbox-web/redmine_git_hosting/issues/410) ([Protected Branch] Gray protected branches if not enabled by repo flag)
147147

148-
### 1.0.3 - 2015-04-01
148+
## 1.0.3 - 2015-04-01
149149

150150
* Fix [#322](https://github.com/jbox-web/redmine_git_hosting/issues/322) ([Statistics view] PG::GroupingError: ERROR: column "changesets.id" must appear in the GROUP BY clause)
151151
* Fix [#334](https://github.com/jbox-web/redmine_git_hosting/issues/334) ([Translations] English locale file still contains French messages)
@@ -185,7 +185,7 @@ redmine$ rm -rf *
185185

186186
* Deployment keys permissions has been renamed (from ```*_deployment_keys``` to ```*_repository_deployment_credentials```) so you will have to restore these permissions in *Administration -> Roles*.
187187

188-
### 1.0.2 - 2015-03-14
188+
## 1.0.2 - 2015-03-14
189189

190190
* Merge [#348](https://github.com/jbox-web/redmine_git_hosting/pull/348) (Use Redmine setting for Git command)
191191
* Fix [#345](https://github.com/jbox-web/redmine_git_hosting/issues/345) (HTTPS Push, Popen : wrong number of arguments, Ruby 1.9 compatibility)
@@ -222,7 +222,7 @@ redmine$ rm -rf *
222222
* Since [support of Ruby 1.9.x has ended](https://www.ruby-lang.org/en/news/2014/01/10/ruby-1-9-3-will-end-on-2015/), **we won't support Ruby 1.9.x anymore**.
223223
We highly recommend that you upgrade to Ruby 2.1 or 2.0.0 as soon as possible.
224224

225-
### 1.0.1 - 2015-02-23
225+
## 1.0.1 - 2015-02-23
226226

227227
* Fix archive name in DownloadGitRevision
228228
* Fix [#331](https://github.com/jbox-web/redmine_git_hosting/issues/331) (Internal Server Error on user details)
@@ -233,7 +233,7 @@ We highly recommend that you upgrade to Ruby 2.1 or 2.0.0 as soon as possible.
233233

234234
* Add link to repositories in Project overview
235235

236-
### 1.0.0 - 2015-01-26
236+
## 1.0.0 - 2015-01-26
237237

238238
This new version is the first one of the v1.0 branch!
239239

@@ -309,7 +309,7 @@ gitolite-admin.git/
309309
└── redmine_gitolite_admin_id_rsa.pub
310310
```
311311

312-
### 0.7.10 - 2015-01-26
312+
## 0.7.10 - 2015-01-26
313313

314314
* Fix [#324](https://github.com/jbox-web/redmine_git_hosting/issues/324) (Unable to flag repository as Main)
315315
* Fix [#326](https://github.com/jbox-web/redmine_git_hosting/issues/326) (Error occurred while loading the routes definition)
@@ -329,7 +329,7 @@ gitolite-admin.git/
329329

330330
It includes a Rake task that prepare the migration to 1.0, so **don't miss that step!**
331331

332-
### 0.7.9 - 2014-12-29
332+
## 0.7.9 - 2014-12-29
333333

334334
* Fix [#218](https://github.com/jbox-web/redmine_git_hosting/issues/218) (I18n warnings)
335335
* Fix [#288](https://github.com/jbox-web/redmine_git_hosting/issues/288) (wrong deployment key identifier attribution that may lead to a security issue)
@@ -339,7 +339,7 @@ gitolite-admin.git/
339339
* Better handling of errors on git commit
340340
* Add Rake task to prepare migration to V1.0
341341

342-
### 0.7.8 - 2014-11-08
342+
## 0.7.8 - 2014-11-08
343343

344344
* Fix collision in method name with Redmine Jenkins Plugin
345345
* Backport patch from [pull #266](https://github.com/jbox-web/redmine_git_hosting/pull/266)
@@ -362,7 +362,7 @@ You'll also have to update your ```.gitolite.rc``` accordingly :
362362

363363
LOCAL_CODE => "$ENV{HOME}/local"
364364

365-
### 0.7.7 - 2014-09-10
365+
## 0.7.7 - 2014-09-10
366366

367367
* Merge [#259](https://github.com/jbox-web/redmine_git_hosting/pull/259) (Some (very old) repositories have been indentified as empty)
368368
* Merge [#223](https://github.com/jbox-web/redmine_git_hosting/pull/223) (Fix https:// notifications if TLSvX is mandatory #223)
@@ -392,25 +392,25 @@ Until this version, the plugin silently failed when pushing data to Gitolite Adm
392392
[GitWorker]
393393
```
394394

395-
### 0.7.6 - 2014-07-17
395+
## 0.7.6 - 2014-07-17
396396

397397
* Bump to jbox-gitolite 1.2.3 which depends on [gitlab-grit 2.7.0](https://github.com/gitlabhq/grit/blob/master/History.txt)
398398
* Fix [#207](https://github.com/jbox-web/redmine_git_hosting/issues/207) (gitolite-admin does not sync anymore) and his brothers
399399

400-
### 0.7.5 - 2014-07-14
400+
## 0.7.5 - 2014-07-14
401401

402402
* Fix [#226](https://github.com/jbox-web/redmine_git_hosting/issues/226) (unable to download revision if branch has a '/' in the name)
403403
* Fix [#230](https://github.com/jbox-web/redmine_git_hosting/issues/230) (Unwanted access to gitolite-admin repository)
404404

405-
### 0.7.4 - 2014-07-04
405+
## 0.7.4 - 2014-07-04
406406

407407
* Fix [#184](https://github.com/jbox-web/redmine_git_hosting/issues/184 ) (truncated Bootstrap Switches)
408408
* Fix [#211](https://github.com/jbox-web/redmine_git_hosting/issues/211) (mixed up dates in contributors statistics graph)
409409
* Fix [#215](https://github.com/jbox-web/redmine_git_hosting/issues/215) (application.css conflicts)
410410
* Fix [#225](https://github.com/jbox-web/redmine_git_hosting/issues/225) (unable to set new repository deployment credentials)
411411
* Set extra_info field when auto-creating repo with project
412412

413-
### 0.7.3 - 2014-06-11
413+
## 0.7.3 - 2014-06-11
414414

415415
* Fix [#144](https://github.com/jbox-web/redmine_git_hosting/issues/144) (redcarpet dependency)
416416
* Bump to jbox-gitolite 1.2.2
@@ -426,12 +426,12 @@ Until this version, the plugin silently failed when pushing data to Gitolite Adm
426426

427427
You're invited to take a look at this [post](https://github.com/jbox-web/redmine_git_hosting/issues/199).
428428

429-
### 0.7.2 - 2014-04-16
429+
## 0.7.2 - 2014-04-16
430430

431431
* Fix [#160](https://github.com/jbox-web/redmine_git_hosting/issues/160)
432432
* Fix [#169](https://github.com/jbox-web/redmine_git_hosting/issues/169)
433433

434-
### 0.7.1 - 2014-04-14
434+
## 0.7.1 - 2014-04-14
435435

436436
* Remove ENV['HOME'] dependency
437437
* Remove Git config file dependency
@@ -443,7 +443,7 @@ You're invited to take a look at this [post](https://github.com/jbox-web/redmine
443443
* Various small fixes
444444
* Use last version of [jbox-gitolite](http://rubygems.org/gems/jbox-gitolite) gem (1.1.11)
445445

446-
### 0.7.0 - 2014-04-02
446+
## 0.7.0 - 2014-04-02
447447

448448
* remove Redmine 1.x support
449449
* remove Rails 2.x support
@@ -465,33 +465,33 @@ You're invited to take a look at this [post](https://github.com/jbox-web/redmine
465465
* add Bootstrap CSS
466466
* add Font Awesome icons
467467

468-
### 0.6.3 - 2014-02-23
468+
## 0.6.3 - 2014-02-23
469469

470470
This is a bugfix release.
471471

472472
This is the last release of the 0.6.x branch.
473473

474474
The 'v0.6' is kept as archive and will be no longer supported.
475475

476-
### 0.6.2 - 2013-07-29
476+
## 0.6.2 - 2013-07-29
477477

478478
This is a security and bugfix release.
479479

480480
This releases fixes a high risk vulnerability, allowing an attacker to gain shell access to the server (CVE-2013-4663).
481481

482482
We strongly advise you to update your plugin!
483483

484-
### 0.6.1 - 2013-04-05
484+
## 0.6.1 - 2013-04-05
485485

486486
This is a bugfix release.
487487

488-
### 0.6.0 - 2013-03-25
488+
## 0.6.0 - 2013-03-25
489489

490490
This is a compatibility release.
491491

492492
The plugin is now compatible with Redmine 2.x (and Redmine 1.x).
493493

494-
### 0.5.2 - 2012-12-25
494+
## 0.5.2 - 2012-12-25
495495

496496
This is a bug-fix release.
497497

@@ -502,7 +502,7 @@ This is a bug-fix release.
502502
* Fix to preserve other administrative keys in the gitolite configuration file. Previously, the plugin would delete all but the first one. This fix is useful for people who want to have separate administrative keys for access to the gitolite config file.
503503
* Fixed weird behavior on Repository page when using multiple repos/project. Showed up when on non-default repo when trying to switch to branch other than master. Would switch back to default repository.
504504

505-
### 0.5.1 - 2012-10-31
505+
## 0.5.1 - 2012-10-31
506506

507507
This is a bug-fix release.
508508

@@ -512,15 +512,15 @@ This is a bug-fix release.
512512
* Patched installation so that can install Redmine from *scratch* (i.e. run `rake db:migrate` on empty DB) with plugin already in place.
513513
* Latest migration should now work with PostGreSQL. This was broken in 0.5.0x.
514514

515-
### 0.5.0 - 2012-10-03
515+
## 0.5.0 - 2012-10-03
516516

517517
This is a feature release.
518518

519519
* New : Compatibility with Redmine 1.4
520520
* Fix : Uninstall of plugin should work properly now.
521521
* Fix : Problems with patching on some installations should be fixed now (introduced in a recent revision).
522522

523-
### 0.4.6 - 2012-08-22
523+
## 0.4.6 - 2012-08-22
524524

525525
This is a feature release.
526526

@@ -543,12 +543,12 @@ that only **managers** (or **administrators**) can create deployment credentials
543543

544544
Prior to this, repository module deselection was treated inconsistently.
545545

546-
### 0.4.5 - 2012-04-23
546+
## 0.4.5 - 2012-04-23
547547

548548
* Fixed missed case for compatibility with Redmine 1.1-Stable. This patch allows the mirror functionality to work.
549549
* Fixed bad interaction between cron cleanup of /tmp and access to gitolite-admin repository in /tmp. Behavior could cause user keys to appear to be deleted, even though they remain in the redmine database. This behavior has likely been a part of this plugin since before this branch was forked (pre 0.4.2).
550550

551-
### 0.4.4 - 2012-04-01
551+
## 0.4.4 - 2012-04-01
552552

553553
This release includes feature enhancements and bug fixes.
554554

@@ -566,7 +566,7 @@ Compatibility with Redmine 1.1-Stable. A couple of patches were included to perm
566566
* Fix : Better handling of null-buffer condition in smart-http.
567567
* Fix : Fixed language tags in localization files.
568568

569-
### 0.4.3 - 2012-02-01
569+
## 0.4.3 - 2012-02-01
570570

571571
This release includes feature enhancements and bug fixes.
572572

@@ -587,7 +587,7 @@ This code is now explicitly compatible with Redmine 1.3-stable.
587587
* Git Server parameter now supports a port specification.
588588
* Other bug fuxes: mirrors now report status properly.
589589

590-
### 0.4.2 - 2011-12-01
590+
## 0.4.2 - 2011-12-01
591591

592592
This release includes feature enhancements and bug fixes.
593593

0 commit comments

Comments
 (0)