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
Mikaël Bouillot
471134bf85
Move version hierarchy logic to script.sh
2017-04-06 21:04:26 +02:00
Mikaël Bouillot
3bd9d72731
Add project selection and freetext search
2017-04-06 18:36:58 +02:00
Mikaël Bouillot
ca335d49ef
Fix redirects for multi-project
2017-04-05 20:56:42 +02:00
Mikaël Bouillot
ec5deff386
Return error on invalid URL
2017-04-05 19:51:54 +02:00
Mikaël Bouillot
68302a8881
Support multiple projects
2017-04-05 19:48:46 +02:00
Mikaël Bouillot
a9e176e01a
Remove indexing of struct members
2017-04-05 19:44:27 +02:00
Mikaël Bouillot
a657388b02
Make base URL point to the current project
2017-04-05 11:06:22 +02:00
Mikaël Bouillot
e594999925
Implement new URL scheme
2017-04-05 10:55:34 +02:00
Mikaël Bouillot
84bd5a0a16
Normalize paths
2017-04-04 15:12:59 +02:00
Mikaël Bouillot
2c3e362833
Expose raw git tags
2017-04-03 19:56:15 +02:00
Mikaël Bouillot
b04cc838dc
Extend black list to small identifiers
...
The extended list was generated with a modified references database
that only stored the size of the records instead of the records
themselves. This list basically correponds to all references records
larger than 4 megabytes.
2017-03-27 09:08:56 +02:00
Mikaël Bouillot
3ef4641fc4
Style string literals
2017-03-23 17:33:32 +01:00
Mikaël Bouillot
24a25481b2
Do not tokenize strings
2017-03-16 21:39:59 +01:00
Mikaël Bouillot
0fc96f3ce2
Fix syntax
2017-03-16 15:30:07 +01:00
Mikaël Bouillot
409abbd171
Also return a 404 error for identifiers not defined in current version
2017-03-16 15:12:43 +01:00
Mikaël Bouillot
ee8ee292bf
Add installation instructions
2017-03-13 12:10:55 +01:00
Mikaël Bouillot
80e113ab99
Don't deduce type from trailing slash
...
Instead of using a trailing slash in the path to tell trees from blobs,
we actually ask git the type of the object. Also, if the object is a
tree but lacks a trailing slash, we redirect to the correct URL.
Fixes #6
2017-03-09 18:37:40 +01:00
Mikaël Bouillot
832f7c8b6d
Add license
2017-03-09 17:25:42 +01:00