Commit graph

113 commits

Author SHA1 Message Date
Michael Opdenacker
e1ddfa5e54 Replace license by AGPLv3 instead of GPLv2
- This makes much more sense for an on-line service

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
2017-06-13 21:57:30 +02:00
Antoine Tenart
ad66abe88c style.css: fix tab size to match the kernel coding style
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
2017-06-13 10:16:36 +02:00
Mikaël Bouillot
3f35066225 Create new databases with global read permission 2017-06-06 15:45:33 +02:00
Mikaël Bouillot
daad7d64e6 Fix documentation some more 2017-05-31 20:27:02 +02:00
Mikaël Bouillot
fa84c93d40 Update documentation
Fixes #14
2017-05-31 18:36:50 +02:00
zo
fab6fc0c9c Add cache invalidation for style.css and script.js 2017-05-26 18:48:25 +02:00
Mikaël Bouillot
204e715d01 Elixir 0.2 2017-05-25 10:56:01 +02:00
Mikaël Bouillot
a078f2ee3f Merge branch 'redesign' 2017-05-25 10:53:10 +02:00
zo
53b091d2da Set line's anchor scroll jump to 20% 2017-05-24 18:18:10 +02:00
zo
b48476768b Prevent click on current line 2017-05-24 18:15:45 +02:00
zo
a100f42046 Improve line's anchor scroll jump 2017-05-24 15:02:40 +02:00
zo
79c28566ea Fix filter results css padding 2017-05-22 15:28:19 +02:00
zo
bd13d3475b Change identifiers style in code 2017-05-22 14:55:42 +02:00
zo
5a7d21133b Add outdated browser warning 2017-05-22 14:38:08 +02:00
zo
e59678f85d Add cross-browser vendor prefixes 2017-05-22 14:28:58 +02:00
zo
ccc2cc4b6a Use <select> for projects 2017-05-22 14:20:26 +02:00
zo
5f5a5d9bfc Add missing <ul> for projects 2017-05-15 08:49:54 +02:00
zo
bcbf25a6b1 Move project link in footer 2017-05-12 20:57:34 +02:00
zo
a8de9ae437 Add tag icon 2017-05-12 20:54:26 +02:00
zo
317a1c5a4e Fix double </tr> closing 2017-05-12 20:31:33 +02:00
zo
7b07aa0c9d Show active project in project menu 2017-05-12 16:14:47 +02:00
zo
e0d5db0ef5 Use pygments syntax highlighter 2017-05-12 16:12:08 +02:00
zo
53aab9601a Refactor ident results html formating 2017-05-12 16:08:35 +02:00
zo
fed9263dc9 Use html class instead of id 2017-05-12 16:01:12 +02:00
zo
6253ac87e3 Add new static assets 2017-05-12 15:48:21 +02:00
zo
8484750ea2 Refactor html formating 2017-05-12 15:47:24 +02:00
zo
5a746645e6 Improve breadcrumb 2017-05-12 15:36:14 +02:00
zo
48f2a3ade3 Use tabs in templates/header.html 2017-05-12 15:27:38 +02:00
zo
0fe583011b Add dynamic projects list 2017-05-12 15:24:51 +02:00
zo
1e0eb60c24 Improve versions menu 2017-05-12 15:22:46 +02:00
zo
692694d039 Remove old static assets 2017-05-12 15:19:40 +02:00
zo
46f7eb7089 Use jinja template engine 2017-05-12 15:19:17 +02:00
zo
49bcc7bf52 Refactor variable's names 2017-05-12 14:49:52 +02:00
zo
dec241a866 Remove free-text search 2017-05-12 13:51:47 +02:00
zo
d6c83c8a6e Remove extra spaces 2017-05-12 13:36:13 +02:00
Mikaël Bouillot
23488aac17 Fix broken internal dependency 2017-05-11 13:22:49 +02:00
Mikaël Bouillot
990aaa6fb5 Merge branch 'optimization'
Use python interface between the front and back ends
instead of Unix interface. This leads to a x2 performance
gain.
2017-05-10 22:19:36 +02:00
Mikaël Bouillot
5064e6c924 Call query through python interface 2017-05-10 21:49:07 +02:00
Mikaël Bouillot
6df19c144c Turn query into function 2017-05-10 21:41:20 +02:00
Mikaël Bouillot
6d7694dff9 Indent query body to turn into function 2017-05-10 21:20:51 +02:00
Mikaël Bouillot
edd43b095c Switch buffering to StringIO 2017-05-10 21:10:25 +02:00
Mikaël Bouillot
6b10d82124 Add freetext search option for old site 2017-05-10 13:40:37 +02:00
Mikaël Bouillot
c767b2d134 Updated titles and other cosmetic details 2017-05-02 16:02:01 +02:00
Mikaël Bouillot
362264b2a5 Fix escaped quotes and includes in tokenizer 2017-05-02 09:34:16 +02:00
Mikaël Bouillot
9c2cf2cf86 Use Perl non-greedy regex in tokenizer
We can now exclude C++ style comments and #includes,
in addition to C-style comments and strings.
2017-05-01 22:30:18 +02:00
Mikaël Bouillot
7db38c24fd Add support for virtual 'latest' version
Fixes #8
2017-05-01 19:14:08 +02:00
Mikaël Bouillot
6c475afb98 Remove italic styling for comments and strings
Fixes #9

It seems the italic font can sometimes be rendered at a different
height than the plain typeface, throwing the line number alignment
out of whack.
2017-04-27 20:59:06 +02:00
Mikaël Bouillot
3ae5fac4bf Implement tag translation
Busybox uses tags with underscores instead of dots.
This commit translates between the two forms in the
shell script.
2017-04-10 22:01:02 +02:00
Mikaël Bouillot
dbe813ce88 Elixir 0.1.2 2017-04-10 08:21:26 +02:00
Mikaël Bouillot
a65710705d Merge branch 'multi' 2017-04-10 08:19:40 +02:00