1. 25 Sep, 2019 1 commit
  2. 12 Sep, 2019 1 commit
  3. 04 Sep, 2019 1 commit
  4. 28 Aug, 2019 2 commits
  5. 14 Aug, 2019 1 commit
  6. 07 Aug, 2019 1 commit
  7. 07 Jul, 2019 1 commit
  8. 06 Jul, 2019 1 commit
  9. 27 Jun, 2019 1 commit
    • silverwind's avatar
      replace lesshint with stylelint (#7305) · c37ec66e
      silverwind authored
      New CSS linter which is much more powerfull than the previous one.
      Configuration is default but I had to remove a few rules that were
      throwing too many or weird errors.
      
      More importantly, the linter will exit with code 1 on errors so now our
      build will fail if the CSS linter fails which should eliminate linter
      errors being introduced without notice.
      c37ec66e
  10. 19 Jun, 2019 1 commit
    • silverwind's avatar
      add 'npm' and 'npm-update' make targets and lockfile (#7246) · a71cabbd
      silverwind authored
      * add 'npm' and 'npm-update' make targets and lockfile
      
      - `make npm` installs and updates node_modules, triggered automatically
         on `make css` and `make js` as it completes reasonably fast and
         ensures consistent modules.
      - `make npm-update` updates all dependencies to their latest version,
         regenerates `node_modules` from scratch and updates
         `package-lock.json`. It uses npm modules `updates` written by yours
         truly to find the latest version of each dependency.
      
      * add suggested make dependencies
      
      * remove package-lock.json during npm-update
      
      * regenerate package-lock.json
      a71cabbd
  11. 14 Jun, 2019 1 commit
    • silverwind's avatar
      UI: Fix overflow issues in repo (#7190) · 9ce4d89e
      silverwind authored
      - Fix layout overflow in repo file list.
      - Fix invisible status icon in file view and commit list. In file view,
        the icon was moved to the left because I could not figure out a proper
        fix because of HTML tables.
      - Added title attribute to commit messages.
      - Fixed two CSS linter warnings in existing CSS.
      - Fixed CI variable check in 'make css'.
      
      Fixes: https://github.com/go-gitea/gitea/issues/7180
      9ce4d89e
  12. 13 Jun, 2019 1 commit
  13. 12 Jun, 2019 1 commit
  14. 02 Jun, 2019 1 commit
  15. 25 May, 2019 1 commit
  16. 16 May, 2019 1 commit
    • silverwind's avatar
      add make targets for js and css, add js linter (#6952) · d9dcd093
      silverwind authored
      * add make targets for js,css, add javascript linter
      
      - add `make js`, deprecating `make javascripts`
      - add `make css`, deprecating `make generate-stylesheets` and
        `make stylesheets-check`
      - changed the unclean css check to only run on CI
      - add JS linting via eslint with basic configuration and fixed
        discovered issues
      - changed autoprefixer to use official `postcss-cli` avoiding the need
        to loop in the makefile
      - moved browserslist to package.json so other future tools can use it
        too.
      - update documentation for new make targets and added JS section
      
      * fix indentation
      
      * move functions used in html to 'exported' list
      
      * Run lessc binary without having to install anything to node_modules
      
      * use relative paths to node bin scripts, removing npx
      
      * Revert "use relative paths to node bin scripts, removing npx"
      
      This reverts commit 119b725525a8430b32ee7a6e6009b4ece544e39b.
      
      * fix lessc and postcss plugins
      
      * check for node_modules and use actual bin names
      d9dcd093
  17. 14 May, 2019 1 commit
  18. 13 May, 2019 1 commit
  19. 06 May, 2019 1 commit
  20. 29 Apr, 2019 1 commit
  21. 20 Apr, 2019 1 commit
  22. 14 Apr, 2019 2 commits
  23. 04 Apr, 2019 1 commit
  24. 02 Apr, 2019 1 commit
  25. 01 Apr, 2019 1 commit
  26. 27 Mar, 2019 1 commit
    • Mura Li's avatar
      Use Go1.11 module (#5743) · d7717691
      Mura Li authored
      * Migrate to go modules
      
      * make vendor
      
      * Update mvdan.cc/xurls
      
      * make vendor
      
      * Update code.gitea.io/git
      
      * make fmt-check
      
      * Update github.com/go-sql-driver/mysql
      
      * make vendor
      d7717691
  27. 25 Mar, 2019 1 commit
  28. 19 Mar, 2019 1 commit
  29. 17 Mar, 2019 1 commit
  30. 15 Mar, 2019 1 commit
  31. 08 Mar, 2019 1 commit
  32. 24 Feb, 2019 1 commit
  33. 23 Feb, 2019 1 commit
  34. 20 Feb, 2019 1 commit
    • John Olheiser's avatar
      Makefile changes for Windows and easier development (#6103) · eaf9ded1
      John Olheiser authored
      * Added Go Path and node_modules to PATH
      * Uses npx now for generate-stylesheets
      * Uses `go env GOPATH` to calculate adding GOPATH/bin to PATH
      * Added note about installing Node 8.0+ to generate stylesheets
      * Added preferred Node version to CONTRIBUTING.md
      eaf9ded1
  35. 11 Feb, 2019 2 commits
  36. 28 Jan, 2019 1 commit
  37. 17 Dec, 2018 1 commit