index
:
cgit-magenta.git
this commit
dev/antibot
dev/tarball-cache
master
wiki
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui-shared.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix gcc 8.1.1 compiler warnings
Jason A. Donenfeld
2018-07-04
1
-7
/
+12
*
snapshot: support tar signature for compressed tar
Christian Hesse
2018-07-03
1
-1
/
+8
*
extra-head-content: introduce another option for meta tags
Jason A. Donenfeld
2018-07-03
1
-0
/
+2
*
global: remove functionality we deprecated for cgit v1.0
Christian Hesse
2018-06-27
1
-2
/
+0
*
snapshot: strip bit from struct cgit_snapshot_format
Christian Hesse
2018-06-27
1
-1
/
+1
*
snapshot: support archive signatures
John Keeping
2018-06-27
1
-0
/
+7
*
ui-shared: pass separator in to cgit_print_snapshot_links()
John Keeping
2018-06-27
1
-2
/
+3
*
ui-shared: use the same snapshot logic as ui-refs
John Keeping
2018-06-27
1
-1
/
+7
*
ui-shared: rename parameter to cgit_print_snapshot_links()
John Keeping
2018-06-27
1
-2
/
+2
*
ui-shared: remove unused parameter
John Keeping
2018-06-27
1
-2
/
+1
*
Add "snapshot-prefix" repo configuration
John Keeping
2018-06-27
1
-1
/
+9
*
ui-shared: pass repo object to print_snapshot_links()
John Keeping
2018-06-27
1
-4
/
+4
*
print git version string in footer
Christian Hesse
2018-06-27
1
-2
/
+3
*
git: update to v2.17.1
Christian Hesse
2018-06-27
1
-1
/
+1
*
ui-shared: use type='search' for the search box
Ville Skyttä
2017-10-15
1
-2
/
+2
*
ui-tree: link to blame UI if enabled
Jeff Smith
2017-10-03
1
-3
/
+17
*
ui-shared: make a char* parameter const
Jeff Smith
2017-10-03
1
-11
/
+8
*
ui-tree: move set_title_from_path to ui-shared
Jeff Smith
2017-10-03
1
-0
/
+31
*
ui-shared: don't print path crumbs without a repo
John Keeping
2017-08-10
1
-1
/
+1
*
ui-shared: replace 'unsigned char sha1[20]' with 'struct object_id oid'
Christian Hesse
2016-10-04
1
-5
/
+5
*
ui-shared: fix decl-after-statement warnings
John Keeping
2016-10-01
1
-5
/
+7
*
ui-shared: fix segfault when defbranch is NULL
Eric Wong
2016-07-06
1
-1
/
+1
*
Avoid ambiguities when prettifying snapshot names
Lukas Fleischer
2016-07-05
1
-5
/
+21
*
Hosted on HTTPS now
Jason A. Donenfeld
2016-06-07
1
-1
/
+1
*
forms: action should not be empty
Jason A. Donenfeld
2016-05-12
1
-1
/
+1
*
ui-shared: Remove a name attribute with an empty value
Juuso Lapinlampi
2016-05-12
1
-1
/
+1
*
ui-shared: HTML-ize DOCTYPE and <html>
Juuso Lapinlampi
2016-05-12
1
-3
/
+2
*
ui-shared: Simplify cgit_print_error_page() logic
Juuso Lapinlampi
2016-05-12
1
-4
/
+2
*
ui-shared: redirect should not exit early for cache
Jason A. Donenfeld
2016-02-26
1
-1
/
+0
*
tabs: do not use target=_blank
Jason A. Donenfeld
2016-02-23
1
-1
/
+1
*
ui-shared: add homepage to tabs
Jason A. Donenfeld
2016-02-22
1
-0
/
+5
*
Avoid DATE_STRFTIME for long/short dates
John Keeping
2016-02-08
1
-7
/
+6
*
ui-shared: remove cgit_print_date()
John Keeping
2016-02-08
1
-20
/
+0
*
ui-shared: use show_date for footer timestamp
John Keeping
2016-02-08
1
-1
/
+1
*
ui: show ages in the originator's timezone
John Keeping
2016-02-08
1
-11
/
+11
*
ui-shared: add cgit_date_mode()
John Keeping
2016-02-08
1
-0
/
+9
*
ui-shared: remove "format" from cgit_print_age()
John Keeping
2016-02-08
1
-2
/
+2
*
ui-shared: prevent malicious filename from injecting headers
Jason A. Donenfeld
2016-01-14
1
-3
/
+5
*
ui-shared: Avoid new line injection into redirect header
Jason A. Donenfeld
2016-01-14
1
-1
/
+3
*
Fix segmentation fault in hc()
Lukas Fleischer
2016-01-13
1
-0
/
+3
*
git: update to v2.7.0
Christian Hesse
2016-01-13
1
-1
/
+1
*
ui-shared: fix resource leak: free allocation from cgit_hosturl
Christian Hesse
2015-10-09
1
-2
/
+3
*
ui-shared: return value of cgit_hosturl is not const
Christian Hesse
2015-10-09
1
-3
/
+3
*
ui-shared: fix resource leak: free allocation from cgit_currenturl
Christian Hesse
2015-10-09
1
-3
/
+8
*
ui-shared: return value of cgit_currenturl is not const
Christian Hesse
2015-10-09
1
-2
/
+2
*
ui-shared: fix resource leak: free allocation from cgit_fileurl
Christian Hesse
2015-10-09
1
-5
/
+11
*
ui-shared: cache errors for "dynamic TTL"
John Keeping
2015-08-14
1
-0
/
+1
*
ui-shared: add cgit_print_layout_{start,end}()
John Keeping
2015-08-14
1
-0
/
+12
*
ui-shared: add cgit_print_error_page() function
John Keeping
2015-08-14
1
-0
/
+14
*
ui-shared: show full date in tooltip if longer ago than max_relative
John Keeping
2015-08-13
1
-0
/
+4
*
ui-shared: use common function in print_rel_date()
John Keeping
2015-08-13
1
-10
/
+1
*
ui-shared: extract date formatting to a function
John Keeping
2015-08-13
1
-4
/
+9
*
redirect: cleanliness
Jason A. Donenfeld
2015-08-13
1
-2
/
+1
*
log: allow users to follow a file
John Keeping
2015-08-12
1
-3
/
+25
*
about: always ensure page has a trailing slash
Jason A. Donenfeld
2015-08-12
1
-0
/
+8
*
git: update to v2.5.0
Christian Hesse
2015-08-12
1
-1
/
+1
*
ui-shared: allow remote refs in branch switcher
Christian Hesse
2015-03-18
1
-0
/
+2
*
Remove no-op link from submodule entries
Lukas Fleischer
2015-03-13
1
-17
/
+24
*
ui-shared: currenturl should take into account leading slash
Jason A. Donenfeld
2015-03-09
1
-1
/
+5
*
ui-shared: don't use an integer as a NULL pointer
John Keeping
2015-03-09
1
-1
/
+1
*
ui-shared: avoid initializing static variable to zero
John Keeping
2015-03-09
1
-1
/
+1
*
ui-shared: make cgit_doctype 'static'
John Keeping
2015-03-09
1
-1
/
+1
*
Avoid non-ANSI function declarations
John Keeping
2015-03-09
1
-6
/
+6
*
Make root handling sane again.
Jason A. Donenfeld
2015-03-03
1
-12
/
+12
*
ui-shared: Add current url helper function.
Jason A. Donenfeld
2015-03-03
1
-2
/
+9
*
ui-shared: keep filter repolist page in pagination
Jason A. Donenfeld
2015-03-03
1
-3
/
+3
*
ui-repolist: use ctx.qry.url instead of rooturl, in case we're filtering
Jason A. Donenfeld
2015-03-03
1
-1
/
+1
*
ui-shared.c: Refactor add_clone_urls()
Lukas Fleischer
2015-02-05
1
-22
/
+10
*
tag: reference with "h" instead of "id"
John Keeping
2015-01-19
1
-4
/
+4
*
footer: link back to cgit home page
Jason A. Donenfeld
2014-12-23
1
-1
/
+1
*
ui-shared: show absolute time in tooltip for relative dates
John Keeping
2014-12-23
1
-12
/
+23
*
ui-shared: add rel-vcs microformat links to HTML header
John Keeping
2014-12-23
1
-0
/
+11
*
Extract clone URL printing to ui-shared.c
John Keeping
2014-12-23
1
-0
/
+37
*
Change "ss" diff flag to an enum
John Keeping
2014-12-13
1
-4
/
+4
*
ui-shared: remove toggle_ssdiff arg to cgit_diff_link()
John Keeping
2014-12-13
1
-4
/
+4
*
ui-shared: remove toggle_ssdiff arg to cgit_commit_link()
John Keeping
2014-12-13
1
-6
/
+5
*
git: update for git 2.0
Christian Hesse
2014-06-28
1
-1
/
+1
*
ui-shared: do not allow negative minutes
Jason A. Donenfeld
2014-01-17
1
-0
/
+2
*
ui-shared: move about tab all the way to the left
Jason A. Donenfeld
2014-01-17
1
-4
/
+4
*
Switch to exclusively using global ctx
Lukas Fleischer
2014-01-17
1
-151
/
+150
*
auth: have cgit calculate login address
Jason A. Donenfeld
2014-01-16
1
-0
/
+8
*
auth: add basic authentication filter framework
Jason A. Donenfeld
2014-01-16
1
-12
/
+16
*
ui-shared: URL-escape script_name
John Keeping
2014-01-12
1
-2
/
+2
*
Replace most uses of strncmp() with prefixcmp()
Lukas Fleischer
2014-01-10
1
-1
/
+1
*
Update copyright information
Lukas Fleischer
2014-01-08
1
-1
/
+1
*
ui-shared: Drop filepair_cb_raw() and helper
Lukas Fleischer
2013-09-14
1
-72
/
+0
*
Extract filepair_cb from ui-patch.c
Lukas Fleischer
2013-08-16
1
-0
/
+72
*
readme: use string_list instead of space deliminations
Jason A. Donenfeld
2013-05-26
1
-1
/
+1
*
use struct strbuf instead of static buffers
John Keeping
2013-04-08
1
-28
/
+35
*
Convert cgit_print_error to a variadic function
John Keeping
2013-04-08
1
-2
/
+13
*
Fix out-of-bounds memory accesses with virtual_root=""
John Keeping
2013-04-08
1
-9
/
+5
*
Always #include corresponding .h in .c files
John Keeping
2013-04-08
1
-0
/
+1
*
Return const char * in cgit_{httpscheme, hosturl, rooturl}()
Lukas Fleischer
2013-04-08
1
-4
/
+4
*
ui-shared: squelch compiler warning.
Jason A. Donenfeld
2013-03-20
1
-0
/
+1
*
Merge branch 'wip'
Jason A. Donenfeld
2013-03-20
1
-57
/
+7
|
\
|
*
cgit_print_snapshot_links(): Free prefix variable
Lukas Fleischer
2013-03-04
1
-0
/
+1
|
*
ui-shared.c: Remove unused function print_archive_ref()
Lukas Fleischer
2013-03-04
1
-39
/
+0
|
*
ui-shared.c: Remove unused function cgit_currurl()
Lukas Fleischer
2013-03-04
1
-12
/
+0
|
*
Mark several functions/variables static
Lukas Fleischer
2013-03-04
1
-9
/
+9
*
|
ui-shared: fix return type of cgit_self_link
John Keeping
2013-03-20
1
-41
/
+42
|
/
*
White space around control verbs.
Jason A. Donenfeld
2013-03-04
1
-6
/
+6
*
Fix several whitespace errors
Lukas Fleischer
2013-03-04
1
-9
/
+9
*
Print submodule revision next to submodule link
stfn
2013-03-02
1
-0
/
+1
*
ui-shared: use placeholder for empty commit subject
Christian Franke
2012-10-28
1
-1
/
+4
*
ui: Remember to print ampersand as proper html entities.
William Bell
2012-10-17
1
-7
/
+7
*
Merge branch 'lh/module-links'
Lars Hjemli
2012-03-18
1
-0
/
+56
|
\
|
*
ui-tree.c: add support for path-selected submodule links
Lars Hjemli
2011-06-15
1
-0
/
+56
*
|
segfault fix on some bogus requests
Eric Wong
2012-03-18
1
-2
/
+2
*
|
Fix segmentation fault in empty repository
John Keeping
2012-01-03
1
-1
/
+1
*
|
Add sort parameter to pager of repo list
Tobias Grimm
2012-01-03
1
-9
/
+15
|
/
*
Merge branch 'stable'
Lars Hjemli
2011-03-05
1
-1
/
+1
|
\
|
*
ui-shared: silence warning
Bernhard Reutner-Fischer
2011-02-19
1
-1
/
+1
*
|
implement repo.logo and repo.logo-link
Bernhard Reutner-Fischer
2011-02-19
1
-4
/
+14
*
|
Merge branch 'jh/ignorews'
Lars Hjemli
2010-07-18
1
-0
/
+10
|
\
\
|
*
|
ui-diff: Add link to ignore/show whitespace changes in diffs
Johan Herland
2010-07-18
1
-0
/
+10
*
|
|
Merge branch 'lh/range-search'
Lars Hjemli
2010-06-22
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
ui-log.c: allow commit range as search expression
Lars Hjemli
2010-06-19
1
-0
/
+1
*
|
|
ui-diff: Add links to increase/decrease number of context lines in diffs
Johan Herland
2010-06-19
1
-0
/
+14
*
|
|
ui-shared: Preserve path limit in "tab bar" links
Johan Herland
2010-06-19
1
-5
/
+6
*
|
|
ui-commit: Preserve path limit in links to commit page
Johan Herland
2010-06-19
1
-4
/
+5
*
|
|
ui-patch: Apply path limit to generated patch
Johan Herland
2010-06-19
1
-2
/
+2
*
|
|
ui-shared: Teach "breadcrumb" navigation to path limit display beneath tab bar
Johan Herland
2010-06-19
1
-1
/
+80
*
|
|
ui-shared: Display path limit directly beneath tab bar in relevant pages
Johan Herland
2010-06-19
1
-0
/
+6
*
|
|
ui-shared: Replace ctx.qry.path with ctx.qry.vpath
Johan Herland
2010-06-19
1
-4
/
+4
*
|
|
ui-shared: Remove needless cgit_get_cmd() call, and refactor hc() accordingly
Johan Herland
2010-06-19
1
-19
/
+12
*
|
|
ui-shared: Improve const-ness in API
Johan Herland
2010-06-19
1
-36
/
+40
|
/
/
*
|
Merge branch 'stable'
Lars Hjemli
2010-02-27
1
-2
/
+2
|
\
|
|
*
ui-shared.c: fix segfault when repo is empty
Florian Pritz
2010-02-27
1
-2
/
+2
*
|
Merge branch 'ro/ssdiff'
Lars Hjemli
2009-12-08
1
-6
/
+28
|
\
\
|
*
|
Add possibility to switch between unidiff and side-by-side-diff.
Ragnar Ouchterlony
2009-09-16
1
-6
/
+28
*
|
|
Merge branch 'stable'
Lars Hjemli
2009-11-07
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Nov is the correct abbreviation
Danijel Tašov
2009-11-07
1
-1
/
+1
|
|
/
*
/
ui-shared.c: prettify download links when generated from tag page
Lars Hjemli
2009-10-16
1
-2
/
+7
|
/
*
Merge branch 'stable'
Lars Hjemli
2009-08-18
1
-8
/
+11
|
\
|
*
ui-shared: don't print header <img/> if there isn't a logo defined
Matthew Metnetsky
2009-08-18
1
-8
/
+11
*
|
ui-shared: add support for header/footer options when embedded=1
Lars Hjemli
2009-08-11
1
-5
/
+12
*
|
ui-shared: add support for NO_HTTP=1/--nohttp
Lars Hjemli
2009-08-10
1
-1
/
+1
*
|
Cleanup handling of environment variables
Lars Hjemli
2009-08-10
1
-23
/
+9
*
|
Merge branch 'lh/embedded'
Lars Hjemli
2009-07-25
1
-6
/
+22
|
\
\
|
*
|
Add support for 'noheader' option
Lars Hjemli
2009-07-25
1
-7
/
+13
|
*
|
Add support for an 'embedded' option in cgitrc
Lars Hjemli
2009-02-02
1
-0
/
+10
|
|
/
*
|
Merge branch 'ml/head-include'
Lars Hjemli
2009-07-25
1
-1
/
+3
|
\
\
|
*
|
Add head-include configuration option.
Mark Lodato
2009-06-07
1
-1
/
+3
|
|
/
*
|
Merge branch 'plain-etag'
Lars Hjemli
2009-07-25
1
-0
/
+6
|
\
\
|
*
|
Add support for HEAD requests
Lars Hjemli
2009-02-19
1
-0
/
+4
|
*
|
Add support for ETag in 'plain' view
Lars Hjemli
2009-02-19
1
-0
/
+2
|
|
/
*
|
Merge branch 'do/https'
Lars Hjemli
2009-07-25
1
-1
/
+13
|
\
\
|
*
|
use cgit_httpscheme() for atom feed
Diego Ongaro
2009-06-11
1
-1
/
+2
|
*
|
add cgit_httpscheme() -> http:// or https://
Diego Ongaro
2009-06-11
1
-0
/
+11
|
|
/
*
/
Return http statuscode 404 on unknown branch
Lars Hjemli
2009-06-07
1
-0
/
+2
|
/
*
Add support for a custom header
Lars Hjemli
2009-01-29
1
-0
/
+2
*
Merge branch 'lh/stats'
Lars Hjemli
2009-01-27
1
-3
/
+12
|
\
|
*
ui-shared: externalize add_hidden_formfields()
Lars Hjemli
2008-12-07
1
-3
/
+3
|
*
ui-shared: add and use cgit_stats_link()
Lars Hjemli
2008-12-07
1
-2
/
+8
|
*
ui-stats: replace 'enable-stats' setting with 'max-stats'
Lars Hjemli
2008-12-07
1
-1
/
+1
|
*
Add a 'stats' page to each repo
Lars Hjemli
2008-12-06
1
-0
/
+3
*
|
Merge branch 'stable'
Lars Hjemli
2009-01-11
1
-1
/
+6
|
\
\
|
*
|
Avoid SEGFAULT on invalid requests
Lars Hjemli
2009-01-11
1
-1
/
+6
|
|
/
*
|
Merge branch 'full-log'
Lars Hjemli
2008-12-06
1
-2
/
+10
|
\
\
|
*
|
ui-log: add support for showing the full commit message
Lars Hjemli
2008-11-29
1
-2
/
+10
|
|
/
*
|
ui-shared: shorten the sha1 printed by cgit_object_link
Lars Hjemli
2008-12-01
1
-6
/
+8
*
|
ui-shared: exploit snapshot dwimmery in cgit_print_snapshot_links
Lars Hjemli
2008-12-01
1
-2
/
+1
|
/
*
ui-shared: specify correct css class for summary tab
Lars Hjemli
2008-10-06
1
-1
/
+2
*
ui-shared: add cgit_tag_link()
Lars Hjemli
2008-10-05
1
-0
/
+6
*
ui-shared: generate proper links in cgit_object_link()
Lars Hjemli
2008-10-05
1
-15
/
+7
*
ui-shared: use html_url_path() to get properly escaped url in form action
Lars Hjemli
2008-10-05
1
-2
/
+2
*
ui-shared: reword the standard page footer
Lars Hjemli
2008-10-05
1
-2
/
+2
*
ui-shared: do not print repo name on the "summary" tab
Lars Hjemli
2008-10-05
1
-2
/
+1
*
ui-repolist + ui-shared: Use cgit_summary_link()
Lars Hjemli
2008-10-05
1
-4
/
+3
*
ui-shared.c: add cgit_summary_link()
Lars Hjemli
2008-10-05
1
-0
/
+5
*
ui-shared.c: use html_url_path() in repolink()
Lars Hjemli
2008-10-05
1
-4
/
+4
*
ui-shared.c: use html_url_arg()
Lars Hjemli
2008-10-05
1
-10
/
+10
*
use Host: header to generate cgit_hosturl
Eric Wong
2008-09-02
1
-7
/
+12
*
Merge branch 'lh/plain'
Lars Hjemli
2008-09-01
1
-0
/
+8
|
\
|
*
ui-tree: link to plain view instead of blob view
Lars Hjemli
2008-08-06
1
-0
/
+6
|
*
Implement plain view
Lars Hjemli
2008-08-06
1
-0
/
+2
*
|
Add atom-support
Lars Hjemli
2008-08-01
1
-0
/
+23
|
/
*
Added `local-time` option to cgitrc
Stefan Naewe
2008-08-01
1
-4
/
+7
*
Be prepared for empty repositories
Lars Hjemli
2008-07-27
1
-1
/
+2
*
ui-shared: show repo owner along with description
Lars Hjemli
2008-07-27
1
-3
/
+3
*
Add a favicon option to cgitrc
Lars Hjemli
2008-07-19
1
-0
/
+5
*
Add support for including a footer on all pages
Lars Hjemli
2008-06-26
1
-4
/
+10
*
Add link to index page from repo header, remove page name
Lars Hjemli
2008-05-04
1
-2
/
+2
*
Add footer with page creation time and cgit version on all pages
Lars Hjemli
2008-05-03
1
-0
/
+3
*
Add cgit_index_link() function with support for offset
Lars Hjemli
2008-05-03
1
-5
/
+17
*
Add 'about site' and 'about repo' pages
Lars Hjemli
2008-04-29
1
-3
/
+50
*
Re-enable 'index-info' and add support for 'root-desc' in cgitrc
Lars Hjemli
2008-04-29
1
-1
/
+4
*
Cleanup page header
Lars Hjemli
2008-04-15
1
-17
/
+4
*
Remove 'patch' link from tab, add to commit view
Lars Hjemli
2008-04-13
1
-2
/
+0
*
Implement minimal freetext search in the repolist
Lars Hjemli
2008-04-13
1
-1
/
+10
*
More layout fixes
Lars Hjemli
2008-04-13
1
-15
/
+50
*
Reintroduce the branch switcher
Lars Hjemli
2008-04-12
1
-0
/
+7
*
Add fixed link to index page from repo header
Lars Hjemli
2008-04-12
1
-3
/
+9
*
Replace sidebar/logo
Lars Hjemli
2008-04-12
1
-81
/
+44
*
Refactor snapshot support
Lars Hjemli
2008-03-24
1
-1
/
+16
*
Add struct cgit_page to cgit_context
Lars Hjemli
2008-03-24
1
-61
/
+51
*
Introduce html.h
Lars Hjemli
2008-03-18
1
-0
/
+16
*
Improve initialization of git directory
Lars Hjemli
2008-02-16
1
-1
/
+1
*
Move cgit_repo into cgit_context
Lars Hjemli
2008-02-16
1
-14
/
+14
*
Add all config variables into struct cgit_context
Lars Hjemli
2008-02-16
1
-30
/
+30
*
Introduce struct cgit_context
Lars Hjemli
2008-02-16
1
-43
/
+43
*
Add plain patch view
Lars Hjemli
2007-12-11
1
-0
/
+8
*
Add support for automatic and custom clone urls
Lars Hjemli
2007-12-03
1
-0
/
+17
*
Merge branch 'stable'
Lars Hjemli
2007-12-02
1
-0
/
+4
|
\
|
*
Handle missing timestamp in commit/tag objects
Lars Hjemli
2007-12-02
1
-0
/
+4
*
|
Add cell-spacing in html
Lars Hjemli
2007-11-16
1
-1
/
+1
*
|
Use tables for page layout
Lars Hjemli
2007-11-16
1
-10
/
+12
*
|
Add support for "robots" meta-tag
Lars Hjemli
2007-11-11
1
-0
/
+2
*
|
Generate valid html for "downloads" menu header
Lars Hjemli
2007-11-11
1
-1
/
+1
*
|
Fix html error detected by test-suite
Lars Hjemli
2007-11-11
1
-12
/
+12
*
|
Add commit->msg_encoding, allocate msg dynamicly.
Jonathan Bastien-Filiatrault
2007-11-05
1
-1
/
+1
|
/
*
Don't show the the branch selector button if javascript is enabled
Lars Hjemli
2007-11-03
1
-1
/
+1
*
Do not require javascript-enabled clients
Lars Hjemli
2007-11-03
1
-0
/
+4
*
Don't include current SHA1 in 'log' menu-item
Lars Hjemli
2007-11-03
1
-2
/
+2
*
Don't include current path in menu links
Lars Hjemli
2007-11-03
1
-3
/
+2
*
Fix search form action/hidden fields
Lars Hjemli
2007-11-03
1
-18
/
+24
*
Add search parameters to cgit_log_link
Lars Hjemli
2007-11-03
1
-2
/
+11
*
Change the cgit layout
Lars Hjemli
2007-10-30
1
-50
/
+122
*
Teach cgit_object_link() about tag objects
Lars Hjemli
2007-10-28
1
-0
/
+3
*
Teach log search about --grep, --author and --committer
Lars Hjemli
2007-10-28
1
-2
/
+7
*
Add links to the new refs page from summary page
Lars Hjemli
2007-10-27
1
-0
/
+6
*
cgit_print_snapshot_links: use url to specify snapshot name
Lars Hjemli
2007-07-23
1
-0
/
+6
*
Merge branch 'master' of git://git.klever.net/patchwork/cgit
Lars Hjemli
2007-07-22
1
-4
/
+37
|
\
|
*
introduce cgit_repobasename
Michael Krelin
2007-07-21
1
-0
/
+24
|
*
added snapshot filename to the link
Michael Krelin
2007-07-21
1
-4
/
+13
*
|
Add ui-tag.c
Lars Hjemli
2007-07-22
1
-0
/
+24
|
/
*
Merge branch 'lh/menu'
Lars Hjemli
2007-06-29
1
-16
/
+55
|
\
|
*
Add ofs argument to cgit_log_link and use it in ui-log.c
Lars Hjemli
2007-06-29
1
-3
/
+19
|
*
Do not include current path in the "tree" menu link
Lars Hjemli
2007-06-26
1
-1
/
+1
|
*
Change "files" to "tree"
Lars Hjemli
2007-06-18
1
-1
/
+1
|
*
Add more menuitems on repo pages
Lars Hjemli
2007-06-18
1
-14
/
+37
*
|
Add version info from git-describe
Lars Hjemli
2007-06-18
1
-1
/
+1
|
/
*
Add cgit_diff_link()
Lars Hjemli
2007-06-17
1
-0
/
+22
*
Add cgit_commit_link() + support for id=sha1 to commit view
Lars Hjemli
2007-06-17
1
-2
/
+14
*
Add git_log_link() and fix bug in generic repolink function
Lars Hjemli
2007-06-17
1
-4
/
+16
*
ui-shared: use strcmp() to compare strings
Lars Hjemli
2007-06-17
1
-2
/
+2
*
Add and use cgit_tree_link()
Lars Hjemli
2007-06-17
1
-0
/
+64
*
Use & instead of & in URLs.
Ondrej Jirman
2007-05-31
1
-2
/
+2
*
Bad html: it's nice to add alt-attributes
Lars Hjemli
2007-05-24
1
-1
/
+1
*
Bad html: <form> should have an action-attribute
Lars Hjemli
2007-05-24
1
-1
/
+1
*
Add cgit_print_age() function
Lars Hjemli
2007-05-22
1
-3
/
+44
*
Enable url=value querystring parameter
Lars Hjemli
2007-05-18
1
-1
/
+4
*
Make git_pageurl handle NULL querystrings
Lars Hjemli
2007-05-16
1
-2
/
+6
*
Don't hardcode urls when SCRIPT_NAME is available
Lars Hjemli
2007-05-15
1
-2
/
+2
*
ui-shared.c: fix whitespace breakage
Lars Hjemli
2007-05-15
1
-6
/
+5
*
Layout update
Lars Hjemli
2007-02-21
1
-10
/
+27
*
Add support for snapshots
Lars Hjemli
2007-02-08
1
-0
/
+11
*
Fix search for non-virtual urls
Lars Hjemli
2007-02-03
1
-0
/
+6
*
Change global document layout
Lars Hjemli
2007-01-28
1
-2
/
+3
*
Use long instead of int when converting from TTL to seconds
Lars Hjemli
2007-01-05
1
-1
/
+1
[next]