log kallithea/templates/admin/gists/edit.html @ 8998:a80ac2033a8a draft i18n tip

age author description
Mon, 18 May 2020 21:16:51 +0200 Mads Kiilerich html: make sure indented close tags always match indentation of open tag
Tue, 19 May 2020 04:36:53 +0200 Mads Kiilerich html: put 'use strict' on separate lines
Fri, 22 May 2020 15:21:57 +0200 Mads Kiilerich gists: fix bad template reference to safe_str (Issue #376) stable
Fri, 10 Jan 2020 00:34:22 +0100 Mads Kiilerich eslint: fix "is defined but never used"
Mon, 17 Feb 2020 17:49:45 +0100 Mads Kiilerich js: use strict ... and fix the problems it points out
Mon, 17 Feb 2020 17:14:12 +0100 Mads Kiilerich js: omit redundant type="text/javascript"
Thu, 02 Jan 2020 02:22:14 +0100 Mads Kiilerich py3: rename all existing safe_unicode to safe_str
Thu, 26 Dec 2019 15:16:29 +0100 Mads Kiilerich py3: remove safe_unicode in places where it no longer is needed because all strings (except bytes) already *are* unicode strings
Sat, 28 Dec 2019 01:08:48 +0100 Mads Kiilerich vcs: always return bytes from node.content
Tue, 06 Aug 2019 22:42:37 +0200 Mads Kiilerich helpers: change CSRF protection POST parameter name to "_session_csrf_secret_token" and fix up tests to use new names
Mon, 22 Jul 2019 03:29:45 +0200 Mads Kiilerich helpers: rename internal names of authentication_token to clarify that secure_form is about session CSRF secrets - not authentication
Mon, 29 Apr 2019 21:33:45 +0200 Thomas De Schampheleire templates, controllers: replace webhelpers.html.literal() with webhelpers.html.HTML() where possible stable
Wed, 17 Apr 2019 21:10:55 +0200 Thomas De Schampheleire gists: fix typo in translatable string stable
Tue, 16 Apr 2019 22:25:27 +0200 Thomas De Schampheleire model,templates: make text argument to h.link_to translatable strings stable
Sat, 09 Jun 2018 21:42:42 +0200 Thomas De Schampheleire templates: remove references to non-existing commit-message class
Tue, 27 Jun 2017 22:32:20 +0200 domruf templates: make gist edit and new page look more similar
Sun, 11 Jun 2017 15:02:09 +0200 Mads Kiilerich style: remove most of the explicit styles - it should now be good enough in CSS ... and Bootstrap will soon improve it further
Sun, 11 Jun 2017 15:02:09 +0200 Mads Kiilerich style: replace code-body etc with Bootstrap-ish panel and panel-heading, using panel-default for headers and tweak them grey
Tue, 28 Feb 2017 17:19:00 +0100 Søren Løvborg templates: properly escape inline JavaScript values
Sat, 24 Dec 2016 01:27:47 +0100 Mads Kiilerich controllers: avoid setting request state in controller instances - set it in the thread global request variable
Mon, 09 Jan 2017 00:41:30 +0100 Mads Kiilerich style: use panel, panel-heading, panel-title, panel-body and settings
Mon, 09 Jan 2017 00:41:30 +0100 Mads Kiilerich style: rename div.table to Bootstrap .panel-body
Sat, 24 Dec 2016 17:26:48 +0100 Mads Kiilerich style: refactor panel headings - use pull-left and pull-right and introduce clearfix like Bootstrap
Sat, 24 Dec 2016 17:26:48 +0100 Mads Kiilerich style: drop some trivial comments in templates
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich templates: fix missing / superfluous close tags
Sun, 04 Dec 2016 22:53:37 +0100 Mads Kiilerich style: consistently use label markup wrapping around input elements
Tue, 08 Nov 2016 23:29:12 +0100 Mads Kiilerich style: use Bootstrap compatible "text-muted" class
Thu, 20 Oct 2016 20:04:28 +0200 Mads Kiilerich style: adjust button sizes to be more like Bootstrap and change some btn-sm to btn-xs
Sun, 18 Sep 2016 20:00:46 +0200 domruf style: in preparation for bootstrap, replace kallithea title class with bootstrap compatible panel-heading
Sun, 18 Sep 2016 20:00:46 +0200 domruf style: in preparation for bootstrap, replace kallithea box with bootstrap compatible panel
Sun, 18 Sep 2016 19:39:36 +0200 domruf style: in preparation for bootstrap, use bootstrap compatible button class names
Wed, 04 May 2016 01:18:25 +0200 Mads Kiilerich templates: use the new gravatar_div
Fri, 27 Nov 2015 01:39:21 +0100 Mads Kiilerich Merge stable
Mon, 23 Nov 2015 19:01:22 +0900 Takumi IINO gist: fix unicode file path handling stable
Tue, 17 Nov 2015 02:42:07 +0100 Mads Kiilerich edit: refactor cut'n'pasted code, working towards unifying it
Tue, 17 Nov 2015 02:31:01 +0100 Mads Kiilerich edit: fix indentation and document ready execution of javascript for file and gist editing
Thu, 17 Sep 2015 16:46:36 -0400 Christian Oyarzun codemirror: fix modeURL when using proxy prefix (Issue #160) stable
Wed, 26 Aug 2015 17:28:59 +0200 Mads Kiilerich javascript: use jQuery .prop instead of .attr for standard properties
Mon, 20 Jul 2015 15:07:54 +0200 Mads Kiilerich Merge stable
Mon, 20 Jul 2015 15:07:23 +0200 Mads Kiilerich gists: pass CSRF token when editing gists stable
Wed, 27 May 2015 23:15:36 +0200 Mads Kiilerich javascript: add missing semicolons
Wed, 13 May 2015 01:27:50 +0200 Mads Kiilerich spelling: fix title casing on translated template strings
Mon, 23 Feb 2015 22:11:38 +0100 Thomas De Schampheleire templates: move site branding in page title to base template
Wed, 11 Feb 2015 02:40:28 +0100 Mads Kiilerich template: use block block for page title in root.html
Wed, 11 Feb 2015 02:40:28 +0100 Mads Kiilerich template: use mako block for root.html extra sections
Wed, 11 Feb 2015 02:40:28 +0100 Mads Kiilerich template: move header to root.html, use mako block for header menu
Sat, 15 Nov 2014 23:42:24 -0800 Sean Farley gravatar: use helper method to generate retina img tag
Mon, 26 Jan 2015 13:10:24 -0800 Sean Farley admin: drop unnecessary use of h.email_or_none when we already have an email address
Mon, 21 Jul 2014 13:28:54 -0500 Sean Farley button: replace 'x' with icon-cancel-circled
Thu, 13 Nov 2014 10:56:28 -0500 Christian Oyarzun javascript: added missing helper functions to make templates using codemirror work properly. (Issue #11)
Wed, 24 Sep 2014 14:24:40 +0200 Mads Kiilerich codemirror: move everything to separate codemirror folder - splitting it up in css and js serves no purpose
Wed, 24 Sep 2014 14:24:40 +0200 Mads Kiilerich javascript: move meta_ext.js out of codemirror directory - it doesn't belong there
Thu, 21 Aug 2014 18:05:31 +0900 Takumi IINO templates: replace YUI with jquery in kallithea/templates/admin/gists/edit.html
Wed, 02 Jul 2014 19:05:15 -0400 Bradley M. Kuhn Rename rhodecode_name to site_name - it is the configurable name of the site/instance kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:10 -0400 Bradley M. Kuhn Rename rhodecode_user to authuser - it is an AuthUser instance kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:04:33 -0400 Bradley M. Kuhn Second step in two-part process to rename directories. kallithea-2.2.5-rebrand base rhodecode/templates/admin/gists/edit.html@b288375b864b