silverwind
628ee1d82e
Replace jquery-datetimepicker with native date input ( #11684 )
...
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>
4 years ago
Lauris BH
95c3dc856a
Fix max length check and limit in multiple repo forms ( #9148 )
...
* Fix input field max length for release, label and milestone forms
* Add max length for isseu and PR title
5 years ago
Lunny Xiao
eabbddcd98
Restrict permission check on repositories and fix some problems ( #5314 )
...
* 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
6 years ago
Unknwon
a5b0400be7
#1146 finish new access rights for collaborators
9 years ago
Adam Strzelecki
da2585c11e
Indent all templates with tabs
...
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
9 years ago
Unknwon
8a3ee795d2
finish transforming to v2
9 years ago
Unknwon
6d2f25b9f5
clean files
9 years ago
Unknwon
74bd6b939c
milestone: edit
9 years ago
Unknwon
cf90312b8f
clean file
9 years ago
Unknwon
3e4cdccf6b
milestone: create page
9 years ago
Unknwon
86dbda0b42
UI: basci issue list without filters
...
- fix isRead check
- fix paging
9 years ago
Unknwon
75cbb32b1e
UI compatibility
10 years ago
Unknown
9924e65ca1
In progress of name template name constant
11 years ago
Unknown
54e95fa367
Finish add new milestone
11 years ago
FuXiaoHei
1769bb2f26
add milestone edit ui
11 years ago
FuXiaoHei
2eabeba6b7
finish milestone add page
11 years ago
Unknown
e867283406
Assignee back end
11 years ago
FuXiaoHei
11ca10ab2f
issue assignee ui
11 years ago
Unknown
c1eb4d894a
Clean api code
11 years ago
Unknown
8980675a9f
Fix #69
11 years ago
zhsso
a4cbe79567
fix
11 years ago
zhsso
f3ed11d177
mistakes
11 years ago
Unknown
9ea9818d32
Fix issue with log in with GitHub but need more error handle after
11 years ago
slene
b27c34f39a
update git api. fix link... and so on
11 years ago
Unknown
2c073afbec
Mirror fix and update
11 years ago
FuXiaoHei
ecce694d77
issue content ajax preview
11 years ago
Unknown
2fa8d0c8dd
Added create issue
11 years ago
FuXiaoHei
e5d8fe41c4
issue create page ui
11 years ago
FuXiaoHei
2a2f025388
change css name style
11 years ago
FuXiaoHei
6e33e54e71
add issue-create template file
11 years ago
Unknown
fbd252c1cf
Mirror fix
11 years ago
Unknown
1ce17cce76
Add log.handle
11 years ago
Unknown
a2a59f8ad1
Change /user/profile URL to /user/:username
11 years ago
Unknown
1249392c83
Finish register user
11 years ago
Lunny Xiao
c5132b87a6
finished signin and login
11 years ago
FuXiaoHei
ffcfd428b8
ui design for sign-in and sign-up page
...
add /login and /sign-up link for user signing
fix typo error
11 years ago
Unknown
3eb1ab9e8b
Add UI for register user
11 years ago
Unknown
b1c5adc2f2
Setup templates structure
11 years ago