|
|
Mads Kiilerich
|
0070513bfa6a
|
3 years ago
|
|
summary: simplify README hover text
Avoid showing 'rev:tip' and avoid formatting in translated strings.
|
|
|
Mads Kiilerich
|
5e8f46e868e8
|
5 years ago
|
|
|
|
|
Mads Kiilerich
|
f01bad8101e4
|
5 years ago
|
|
lib: drop is_hg and is_git
It is just as simple to be explicit.
|
|
|
Mads Kiilerich
|
07e664871e98
|
5 years ago
|
|
templates: pass repo type to repolabel as str
Keep it simple and avoid passing complex repo objects around.
|
|
|
Mads Kiilerich
|
64cc63e186e6
|
5 years ago
|
|
|
|
|
Mads Kiilerich
|
96142cbb728f
|
5 years ago
|
|
html: make mako markup structure more well-formed
And avoid using mako control structures inside tags.
|
|
|
Mads Kiilerich
|
19d93bd709bf
|
5 years ago
|
|
html: put 'use strict' on separate lines
use.py: import re import sys for fn in sys.argv[1:]: with open(fn) as f: s = f.read() s = re.sub(r'''(<script>)('use strict';)\n( *)''', r'''\1\n\3\2\n\3''', s) with open(fn, 'w') as f: f.write(s)
python use.py $(hg loc 'kallithea/templates/**.html')
|
|
|
Mads Kiilerich
|
fd92fe65a2ab
|
6 years ago
|
|
|
|
|
Mads Kiilerich
|
d6efaa91e967
|
6 years ago
|
|
|
|
|
Mads Kiilerich
|
c7e67b87fd1b
|
6 years ago
|
|
|
|
|
Mads Kiilerich
|
fb9550946c26
|
6 years ago
|
|
js: use strict ... and fix the problems it points out
"use strict" gives stricter checks, both statically and at runtime. The strictness tightens up the code and prevents some kinds of problems.
The <script> tag addition might not be pretty, but has consistently been added with:
sed -i 's,<script>$,&'"'"'use strict'"'"';,g' `hg loc '*.html'`
|
|
|
Mads Kiilerich
|
1f3e993156e4
|
6 years ago
|
|
|
|
|
Mads Kiilerich
|
bf009cb3a470
|
6 years ago
|
|
summary: drop no_data in all possible ways
The controllers some odd "is" checks did and removed has been.
The javascript variables were never used.
summary.html didn't use no_data at all.
The only real use was in statistics.html ... where it seems like a better fit to just use c.stats_percentage .
|
|
|
Mads Kiilerich
|
867963eba064
|
6 years ago
|
|
front-end: tweak display of select2 - both in settings and Summary Download options
New version needs slightly different hacking ...
|
|
|
Mads Kiilerich
|
df05acbbfde0
|
6 years ago
|
|
|
|
|
domruf
|
574218777086
|
8 years ago
|
|
ssh: show ssh URL on summary page
Original change has been heavily modified by Mads Kiilerich.
|
|
|
Mads Kiilerich
|
99edd97366e3
|
7 years ago
|
|
locking: drop the pull-to-lock / push-to-unlock functionality
The feature is not worth the maintenance cost. The locking is too coarse and unflexible with insufficient UI and UX. The implementation is also quite invasive in tricky areas of the code, and thus high maintenance. Dropping this will enable other cleanup ... or at least make it easier.
|
|
|
Thomas De Schampheleire
|
9f41dc6f328a
|
7 years ago
|
|
|
|
|
Mads Kiilerich
|
109b068ba6e5
|
7 years ago
|
|
templates/summary: escape branch/tag/bookmark names in 'Download as zip' links to prevent XSS
On a repository summary page, in the 'Download' section where you can download an archive of the repository at a given revision, the branch/tag names were not correctly escaped.
This means that if an attacker is able to push a branch/tag/bookmark containing HTML/JavaScript in its name, then that code would be evaluated. This is a cross-site scripting (XSS) vulnerability.
Fix the problem by correctly escaping the branch/tag/bookmarks.
Reported by Bob Hogg <wombat@rwhogg.site> (thanks!).
|
|
|
Mads Kiilerich
|
c9bd000a4567
|
7 years ago
|
|
templates/summary: escape branch/tag/bookmark names in 'Download as zip' links to prevent XSS
On a repository summary page, in the 'Download' section where you can download an archive of the repository at a given revision, the branch/tag names were not correctly escaped.
This means that if an attacker is able to push a branch/tag/bookmark containing HTML/JavaScript in its name, then that code would be evaluated. This is a cross-site scripting (XSS) vulnerability.
Fix the problem by correctly escaping the branch/tag/bookmarks.
Reported by Bob Hogg <wombat@rwhogg.site> (thanks!).
|
|
|
Mads Kiilerich
|
d1165b45e207
|
7 years ago
|
|
|
|
|
Mads Kiilerich
|
06c7273e2086
|
8 years ago
|
|
templates: remove references to "breadcrumbs" class after special styling was dropped in 23a8484
panel-title and breadcrumbs() could probably also be removed.
|
|
|
domruf
|
9d79a66b18c9
|
8 years ago
|
|
summary: put text outside of trending files bar if < 5%
The text can't be read otherwise. In the future this should also react to the screen size.
|
|
|
domruf
|
97ea346aa4bd
|
8 years ago
|
|
less: use .label and .label-* style instead of custom .*tag
This reduces the code and makes it more consistent.
Visualy this results in bold texts (which in case of small fonts is easier to read) and a bit more padding left and right.
For a proper spacing, this requires to remove whitespaces before and after the texts inside the labels.
Since the name changed from tag to label, also rename the variables and functions.
|
|
|
domruf
|
2d8f2a419edb
|
8 years ago
|
|
style: remove whitespace after icons
Where the additional spacing is needed, we already have a padding-right, so these spaces are unnecessary. But more importantly they cause trouble if text-decoration is used (i.e. underline on hover).
|
|
|
domruf
|
065690dba16b
|
8 years ago
|
|
less: drop special summary style
- remove special margin - use the same style for all descriptions (same as .formatted-fixed) - there is no #content div.panel #summary p
|
|
|
domruf
|
f92d08061a24
|
9 years ago
|
|
summary: use shared changelog_table implementation on summary page
The main purpose of this change is to simplify code and avoid duplication.
Using the shared implementation also happens to give a slightly different view of the changesets. There will be no table headers, the columns are shown in different order, author gravatars are shown, commit messages can be expanded, and there is slightly different styling.
Small remaining amounts of template code is moved from changelog_summary_data.html to summary.html.
Patch modified by Mads Kiilerich.
|
|
|
Mads Kiilerich
|
dbc009ab5af3
|
8 years ago
|
|
summary: drop the in-page paging and replace it with simpler page reload
This makes code and future refactorings simpler, and it only losses a little bit of nice-ness.
|
|
|
domruf
|
651e37ed51c6
|
9 years ago
|
|
controllers: consistently use c.cs_pagination for changeset paginators
More consistency makes it easier and less confusion to introduce a shared changelog_table implementation. Just rename context variables.
|
|
|
Mads Kiilerich
|
ee3343f3658f
|
8 years ago
|
|
style: drop form-horizontal - our style is much closer to plain Bootstrap forms
form-horizontal is made for grid markup. It give form-groups a negative margin to break out of the grid ... but the way we use it for settings, we have to do weird things to undo that. The default styling for forms is much closer to what we want. It looks ok without our custom styling and is easier to style to our style.
If we want grid markup with form-horizontal, it would be correct to re-introduce both at once.
|
|
|
Mads Kiilerich
|
f17431fde3c7
|
8 years ago
|
|
|
|
|
Mads Kiilerich
|
365708e66383
|
8 years ago
|
|
style: drop some unnecessary direct styling af gravatar
"files_history_box" is triggered from "Show Authors" on a file.
|
|
|
domruf
|
84b339875fbf
|
8 years ago
|
|
|
|
|
domruf
|
911652ac162e
|
9 years ago
|
|
|
|
|
Mads Kiilerich
|
88ce09daea37
|
8 years ago
|
|
|
|
|
Mads Kiilerich
|
9d34bea3059d
|
8 years ago
|
|
|
|
|
Mads Kiilerich
|
7bca124ef278
|
8 years ago
|
|
|
|
|
Søren Løvborg
|
33b71a130b16
|
9 years ago
|
|
templates: properly escape inline JavaScript values
TLDR: Kallithea has issues with escaping values for use in inline JS. Despite judicious poking of the code, no actual security vulnerabilities have been found, just lots of corner-case bugs. This patch fixes those, and hardens the code against actual security issues.
The long version:
To embed a Python value (typically a 'unicode' plain-text value) in a larger file, it must be escaped in a context specific manner. Example:
>>> s = u'<script>alert("It\'s a trap!");</script>'
1) Escaped for insertion into HTML element context
>>> print cgi.escape(s) <script>alert("It's a trap!");</script>
2) Escaped for insertion into HTML element or attribute context
>>> print h.escape(s) <script>alert("It's a trap!");</script>
This is the default Mako escaping, as usually used by Kallithea.
3) Encoded as JSON
>>> print json.dumps(s) "<script>alert(\"It's a trap!\");</script>"
4) Escaped for insertion into a JavaScript file
>>> print '(' + json.dumps(s) + ')' ("<script>alert(\"It's a trap!\");</script>")
The parentheses are not actually required for strings, but may be needed to avoid syntax errors if the value is a number or dict (object).
5) Escaped for insertion into a HTML inline <script> element
>>> print h.js(s) ("\x3cscript\x3ealert(\"It's a trap!\");\x3c/script\x3e")
Here, we need to combine JS and HTML escaping, further complicated by the fact that "<script>" tag contents can either be parsed in XHTML mode (in which case '<', '>' and '&' must additionally be XML escaped) or HTML mode (in which case '</script>' must be escaped, but not using HTML escaping, which is not available in HTML "<script>" tags). Therefore, the XML special characters (which can only occur in string literals) are escaped using JavaScript string literal escape sequences.
(This, incidentally, is why modern web security best practices ban all use of inline JavaScript...)
Unsurprisingly, Kallithea does not do (5) correctly. In most cases, Kallithea might slap a pair of single quotes around the HTML escaped Python value. A typical benign example:
$('#child_link').html('${_('No revisions')}');
This works in English, but if a localized version of the string contains an apostrophe, the result will be broken JavaScript. In the more severe cases, where the text is user controllable, it leaves the door open to injections. In this example, the script inserts the string as HTML, so Mako's implicit HTML escaping makes sense; but in many other cases, HTML escaping is actually an error, because the value is not used by the script in an HTML context.
The good news is that the HTML escaping thwarts attempts at XSS, since it's impossible to inject syntactically valid JavaScript of any useful complexity. It does allow JavaScript errors and gibberish to appear on the page, though.
In these cases, the escaping has been fixed to use either the new 'h.js' helper, which does JavaScript escaping (but not HTML escaping), OR the new 'h.jshtml' helper (which does both), in those cases where it was unclear if the value might be used (by the script) in an HTML context. Some of these can probably be "relaxed" from h.jshtml to h.js later, but for now, using h.jshtml fixes escaping and doesn't introduce new errors.
In a few places, Kallithea JSON encodes values in the controller, then inserts the JSON (without any further escaping) into <script> tags. This is also wrong, and carries actual risk of XSS vulnerabilities. However, in all cases, security vulnerabilities were narrowly avoided due to other filtering in Kallithea. (E.g. many special characters are banned from appearing in usernames.) In these cases, the escaping has been fixed and moved to the template, making it immediately visible that proper escaping has been performed.
Mini-FAQ (frequently anticipated questions):
Q: Why do everything in one big, hard to review patch? Q: Why add escaping in specific case FOO, it doesn't seem needed?
Because the goal here is to have "escape everywhere" as the default policy, rather than identifying individual bugs and fixing them one by one by adding escaping where needed. As such, this patch surely introduces a lot of needless escaping. This is no different from how Mako/Pylons HTML escape everything by default, even when not needed: it's errs on the side of needless work, to prevent erring on the side of skipping required (and security critical) work.
As for reviewability, the most important thing to notice is not where escaping has been introduced, but any places where it might have been missed (or where h.jshtml is needed, but h.js is used).
Q: The added escaping is kinda verbose/ugly.
That is not a question, but yes, I agree. Hopefully it'll encourage us to move away from inline JavaScript altogether. That's a significantly larger job, though; with luck this patch will keep us safe and secure until such a time as we can implement the real fix.
Q: Why not use Mako filter syntax ("${val|h.js}")?
Because of long-standing Mako bug #140, preventing use of 'h' in filters.
Q: Why not work around bug #140, or even use straight "${val|js}"?
Because Mako still applies the default h.escape filter before the explicitly specified filters.
Q: Where do we go from here?
Longer term, we should stop doing variable expansions in script blocks, and instead pass data to JS via e.g. data attributes, or asynchronously using AJAX calls. Once we've done that, we can remove inline JavaScript altogether in favor of separate script files, and set a strict Content Security Policy explicitly blocking inline scripting, and thus also the most common kind of cross-site scripting attack.
|
|
|
Mads Kiilerich
|
482c531e62ef
|
9 years ago
|
|
|
|
|
Mads Kiilerich
|
33a44dd50a87
|
9 years ago
|
|
|
|
|
Mads Kiilerich
|
03746b8cd5c9
|
9 years ago
|
|
style: use more Bootstrap pull-left and pull-right
Based on work by Dominik Ruf.
|
|
|
Mads Kiilerich
|
97ec8cf362c3
|
9 years ago
|
|
style: introduce Bootstrap input-group - especially for repo summary pages
Based on work by Dominik Ruf.
|
|
|
Mads Kiilerich
|
78f08233a28c
|
9 years ago
|
|
style: introduce Bootstrap list-group and list-group-item
Based on work by Dominik Ruf.
|
|
|
Mads Kiilerich
|
3dcf1f82311a
|
9 years ago
|
|
controllers: avoid setting request state in controller instances - set it in the thread global request variable
In TurboGears, controllers are singletons and we should avoid using instance variables for any volatile data. Instead, use the "global thread local" request context.
With everything in request, some use of c is dropped.
Note: kallithea/controllers/api/__init__.py still use instance variables that will cause problems with TurboGears.
|
|
|
domruf
|
71acaf87e5a2
|
9 years ago
|
|
templates: use bootstrap for progress bars
Based on work form Andrew Shadura <andrew@shadura.me>.
Further modified by Mads Kiilerich.
|
|
|
Mads Kiilerich
|
1f02a239c23c
|
9 years ago
|
|
style: use panel, panel-heading, panel-title, panel-body and settings
This imply lots of tweaking of header handling and panel spacing.
Not converted yet: codeblock code-header code-body.
Based on work by Dominik Ruf.
|
|
|
Mads Kiilerich
|
d99afb88579e
|
9 years ago
|
|
style: rename div.table to Bootstrap .panel-body
Based on work by Dominik Ruf.
|
|
|
Mads Kiilerich
|
ba18d1f6d081
|
9 years ago
|
|
style: refactor panel headings - use pull-left and pull-right and introduce clearfix like Bootstrap
Based on work by Dominik Ruf.
|
|
|
Mads Kiilerich
|
8656c0073e17
|
9 years ago
|
|
|
|
|
Mads Kiilerich
|
9447a8b26da0
|
9 years ago
|
|
style: consistently use label markup wrapping around input elements
The 'for="..."' markup is error prone.
|
|
|
Mads Kiilerich
|
acfe79f23961
|
9 years ago
|
|
style: introduce Bootstrap compatible form-inline markup
Based on work by Dominik Ruf.
|
|
|
Mads Kiilerich
|
dd42c2ad28d7
|
9 years ago
|
|
style: drop 'input' class inside 'form-group'
As long as we use the old styling, just apply styling to div inside form-group.
Based on work by Dominik Ruf.
|
|
|
Mads Kiilerich
|
33ca6d0f7058
|
9 years ago
|
|
style: introduce "clearfix" class where the Bootstrap migration will need it
Based on work by Dominik Ruf.
|
|
|
Mads Kiilerich
|
c40e567e4b82
|
9 years ago
|
|
style: use Bootstrap compatible data-toggle="tooltip" markup
Based on work by Dominik Ruf and Andrew Shadura.
|
|
|
Mads Kiilerich
|
d1923cd0521c
|
9 years ago
|
|
style: refactor form label styling to prepare for Bootstrap and get rid of wrapping with 'label' class
Based on work by Dominik Ruf.
|
|
|
Mads Kiilerich
|
4304595d246c
|
9 years ago
|
|
style: in preparation for Bootstrap, refactor to use Bootstrap compatible form class names
Based on work by Dominik Ruf.
Mostly:
sed -i \ -e 's,<table>,<table class="table">,g' \ -e 's,<div class="fields">,<div class="form-horizontal">,g' \ -e 's,<div class="field">,<div class="form-group">,g' \ -e 's,<label for="\([^"]*\)">,<label class="control-label" for="\1">,g' \ `hg mani`
cat kallithea/public/css/style.css | \ sed -e '/\.fields\>/{p;s/\.fields/.form-horizontal/g}' | \ sed -e '/\.fields\>/s/ {$/,/g' | \ sed -e '/\.field\>/{p;s/\.field\>/.form-group/g}' | \ sed -e '/\.field\>/s/ {$/,/g' | \ sed -e '/\.fields\>.*\.form-group\>/d' | \ sed -e '/\.form-horizontal\>.*\.field\>/d ' | \ cat - > kallithea/public/css/style.css.tmp mv kallithea/public/css/style.css.tmp kallithea/public/css/style.css
|
|
|
domruf
|
ee3fb2dfbcc0
|
9 years ago
|
|
style: in preparation for bootstrap, replace kallithea title class with bootstrap compatible panel-heading
This is a subset of a bigger changeset. The subset was extracted by Mads Kiilerich, mostly by:
sed -i 's,<div class="title\>,<div class="panel-heading,g' `hg mani` sed -i 's,\<div\.title\>,div.panel-heading,g' kallithea/public/css/style.css
|
|
|
domruf
|
80a15e10857a
|
9 years ago
|
|
style: in preparation for bootstrap, replace kallithea box with bootstrap compatible panel
This is a subset of a bigger changeset. The subset was extracted by Mads Kiilerich, mostly by:
sed -i \ -e 's,<div\(.*\) class="box",<div\1 class="panel panel-primary",g' \ `hg mani`
|
|
|
domruf
|
b7654d1675da
|
9 years ago
|
|
style: in preparation for bootstrap, use bootstrap compatible button class names
Give all buttons a styling (default, success, danger, warning) and rename the sizes to sm and xs.
This is a subset of a bigger changeset. The subset was extracted by Mads Kiilerich, mostly by:
sed -i \ -e 's,btn btn-small,btn btn-default btn-sm,g' \ -e 's,btn btn-mini,btn btn-default btn-xs,g' \ -e 's,btn-default btn-\(xs\|sm\) btn-\(success\|danger\|warning\),btn-\2 btn-\1,g' \ -e 's,class_="btn",class_="btn btn-default",g' \ `hg mani`
|
|
|
Søren Løvborg
|
cd6176c0634a
|
9 years ago
|
|
db: PullRequest/Repository/RepoGroup/UserGroup: change 'user' to 'owner'
Rename the 'user' and 'user_id' fields on the four classes to something more informative. The database column names remain unchanged for now; a later Alembic script can fix the name of these and other columns to match their Python name.
This might break rcextensions, though, and external scripts that use the HTML form interface.
|
|
|
Søren Løvborg
|
09bcde0eee6d
|
9 years ago
|
|
auth: remove HasPermissionAll and variants
First, find all calls to HasPermissionAll with only a single permission given, and convert to equivalent calls to HasPermissionAny.
Next, observe that it's hard to envision situations requiring multiple permissions (of the same scope: global/repo/repo group) to be satisfied. Sufficiently hard that there are actually no such examples in the code.
Finally, considering that (should it ever be needed) HasPermissionAll can be trivially built as a conjunction of HasPermissionAny calls (the decorators, too) with only a small performance impact, simply remove HasPermissionAll and related classes and functions.
|
|
|
Andrew Shadura
|
3578484a86d2
|
9 years ago
|
|
style: make markup more Bootstrap-compatible
Use Bootstrap classes for dropdowns. Use explicit Bootstrap-style carets instead of :after preudoclass. Use Bootstrap class for badges. Introduce Bootstrap data-toggle properties - currently unused.
|
|
|
Mads Kiilerich
|
f287754980cc
|
10 years ago
|
|
|
|
|
Mads Kiilerich
|
5d161c096260
|
10 years ago
|
|
helpers: drop h.tooltip h.tooltip did more magic in the past - now it just did a douple (or triple?) escape of html. c9cfaeb1cdfe removed most of the need for double escaping - and the places where it is used, it must be 'tagged' with the safe-html-title class. Thus, none of the remaining uses of h.tooltip are relevant (and might even be wrong); normal automatic template escaping is just fine. This is mostly: sed -i 's,title="\${h.tooltip(\([^}]*\))}",title="${\1}",g' `hg mani`
|
|
|
Mads Kiilerich
|
53f19cdfa40c
|
10 years ago
|
|
|
|
|
Mads Kiilerich
|
06c4ff173b5b
|
10 years ago
|
|
|
|
|
Mads Kiilerich
|
0e03fb3384df
|
10 years ago
|
|
repos: fix superfluous escaping of urlified URLs in repo descriptions The h.escape usage introduced in a8f2986afc18 was too aggressive and magic.
|
|
|
Mads Kiilerich
|
df5b6fc6c518
|
10 years ago
|
|
|
|
|
Mads Kiilerich
|
5c6cc20d224b
|
11 years ago
|
|
spelling: fix title casing on translated template strings
Primarily texts.
|
|
|
Mads Kiilerich
|
2881dd265f21
|
11 years ago
|
|
templates: only bind pager event handlers once - avoid "leaks" and repeated page loads
Summary page ended up hammering the server and when pages were loaded one time extra for each paging click.
Just moving javascript code from the data template (where it would be re-run on each paging) and to the main page template.
|
|
|
Nick High
|
a8f2986afc18
|
11 years ago
|
|
security: Fix HTML and JavaScript injection.
This fixes CVE-2015-1864
|
|
|
Mads Kiilerich
|
959a9fa7d1a1
|
11 years ago
|
|
|
|
|
Thomas De Schampheleire
|
8924172b07ff
|
11 years ago
|
|
summary: repeat repo type in front of clone URL
Repeatedly, users report cloning problems of the Kallithea sources on IRC, caused by them assuming that it is a Git repository.
Try to solve this problem by repeating the repository tag, indicating 'hg' or 'git' in front of the clone URL.
Additionally, decrease the font size of the URL a notch, and improve alignment with the repotag by removing top/bottom padding.
To avoid duplication of the repotag logic, introduce a mako def for it.
|
|
|
Andrew Shadura
|
9c252005e5fd
|
11 years ago
|
|
|
|
|
Andrew Shadura
|
ecbb597c336c
|
11 years ago
|
|
stats: fix display when no data ready yet
* jQ uses .append(), not .appendChild() * when no data ready, display a nice message * rephrase the message, the data isn't ready, not hasn't loaded yet
|
|
|
Thomas De Schampheleire
|
3a3ec35466e7
|
11 years ago
|
|
templates: move site branding in page title to base template
Instead of repeating the same three lines in each and every template, move it to the base template.
|
|
|
Mads Kiilerich
|
4aa02271dc13
|
11 years ago
|
|
|
|
|
Thomas De Schampheleire
|
53d766fc9782
|
11 years ago
|
|
spelling: consistent capitalization of URL
Change Url / url into URL. Additionally, convert the sole use of 'Uri' to URL.
|
|
|
Mads Kiilerich
|
37354e1ab283
|
11 years ago
|
|
|
|
|
Mads Kiilerich
|
6a825018a498
|
11 years ago
|
|
|
|
|
Mads Kiilerich
|
ec39e73be935
|
11 years ago
|
|
|
|
|
Sean Farley
|
83087ae63bd6
|
11 years ago
|
|
|
|
|
Sean Farley
|
2ba39763ae7e
|
11 years ago
|
|
|
|
|
Sean Farley
|
dee6ea53bf27
|
11 years ago
|
|
|
|
|
Sean Farley
|
af75f8a6f262
|
11 years ago
|
|
|
|
|
Sean Farley
|
d41b105e9cd9
|
11 years ago
|
|
|
|
|
Sean Farley
|
f14497d6305e
|
11 years ago
|
|
|
|
|
Sean Farley
|
9a66b802aec6
|
11 years ago
|
|
rss_16.png: use new icon-rss-squared font
The old png icon had color for its background so the journal template needed to set it to something so that it wasn't lost to transparency.
A quick search revealed that some old css code was never used, so it was removed.
|
|
|
Sean Farley
|
dc5abab268dc
|
11 years ago
|
|
database_edit.png: use new icon-file-zip font
Previously, database_edit.png was used for icon-archive class so those have all been renamed via a search-and-replace.
A quick search revealed that some old css code was never used, so it was removed.
|
|
|
Na'Tosha Bard
|
869976dfb8c2
|
11 years ago
|
|
Improve 'Show by ID' and 'Show by Name' on summary page.
This improves the summary page by switching these buttons to standard buttons, removing the weird custom CSS class that seemed to try to do magic, but instead just left the button overflowing the space.
|
|
|
Na'Tosha Bard
|
dacdea9fda2a
|
11 years ago
|
|
|
|
|
Mads Kiilerich
|
b3f12c354e87
|
11 years ago
|
|
|
|
|
Takumi IINO
|
b82e782d6824
|
11 years ago
|
|
|
|
|
Takumi IINO
|
60536f91af5e
|
11 years ago
|
|
|
|
|
Bradley M. Kuhn
|
a540f7e69c82
|
11 years ago
|
|
|
|
|
Bradley M. Kuhn
|
d208416c84c6
|
11 years ago
|
|
|
|
|
Bradley M. Kuhn
|
06e49be38d78
|
11 years ago
|
|
|
|
|
Bradley M. Kuhn
|
9581233e9275
|
11 years ago
|
|
|
|
|
Bradley M. Kuhn
|
d1addaf7a91e
|
11 years ago
|
|
Second step in two-part process to rename directories. This is the actual directory rename.
|