summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/milestone_new.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Replace jquery-datetimepicker with native date input (#11684)silverwind2020-06-101-10/+5
| | | | | | | | | | | | This removes the jQuery plugin as well as the associated config options. Native input[type=date] does not require a language attribute as it is localized by default, except for the placeholder attribute for which I currently piggy-back the repo.issues.due_date_form localization option. Implementation should pretty much match GH. Of note is that Safari does not provide a UI for this input type, but I don't think providing one is neccessary and GH did not bother either. Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Fix max length check and limit in multiple repo forms (#9148)Lauris BH2019-11-251-1/+1
| | | | | | * Fix input field max length for release, label and milestone forms * Add max length for isseu and PR title
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix units permission problems * fix some bugs and merge LoadUnits to repoAssignment * refactor permission struct and add some copyright heads * remove unused codes * fix routes units check * improve permission check * add unit tests for permission * fix typo * fix tests * fix some routes * fix api permission check * improve permission check * fix some permission check * fix tests * fix tests * improve some permission check * fix some permission check * refactor AccessLevel * fix bug * fix tests * fix tests * fix tests * fix AccessLevel * rename CanAccess * fix tests * fix comment * fix bug * add missing unit for test repos * fix bug * rename some functions * fix routes check
* #1146 finish new access rights for collaboratorsUnknwon2016-03-051-1/+1
|
* Indent all templates with tabsAdam Strzelecki2015-12-081-44/+44
| | | | | | | | | | | | This commit improves templates readability, since all of them use consistent indent with all template command blocks indented too. 1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks such as {{if}} {{with}} 2. Cleans all trailing white-space 3. Adds trailing last line-break to each file
* finish transforming to v2Unknwon2015-08-101-22/+20
|
* clean filesUnknwon2015-08-051-0/+5
|
* milestone: editUnknwon2015-08-051-1/+15
|
* clean fileUnknwon2015-08-051-1/+1
|
* milestone: create pageUnknwon2015-08-051-61/+50
|
* UI: basci issue list without filtersUnknwon2015-07-241-1/+1
| | | | | - fix isRead check - fix paging
* UI compatibilityUnknwon2015-03-211-2/+2
|
* In progress of name template name constantUnknown2014-06-221-0/+62