summaryrefslogtreecommitdiff
path: root/doc/Changelog
blob: 53ad7341a6e15f57ae2dcd216536d10ab0374490 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
next:
- added interactive search
- added uselist to the "Generals" Tab
- added dependency tab
- removed frontend flexibility
- overhauled the layout
- now showing slots in the version list
- added Turkish translation (thx to Gürkan Gür)

0.9.0.3:
- removed the "expanding bug" in 0.9.0.2

0.9.0.2:
- bugfixes

0.9.0.1:
- bugfixes

0.9.0:
- added view for "installed only"
- removed "--ebuild" mode
- added log, ebuild, files, and changelog as tabs
- saved preferences (aka sessions)
- added scrollbars to the update window
- handle new "use defaults" correctly
- allowed the permanent change of a plugin status
- added "ALL" category
- new design and handling
- allowed interactive emerges
- only remove already emerged packages from queue
- improved "update world"

0.8.6.2:
- changed the pipe version and use shm instead (fixes issues with kdesu)

0.8.6:
- "porting" to python-2.5
- adding support for the "--with-bdeps=y" option in EMERGE_DEFAULT_OPTS
- fix update world
- added support for pygtksourceview-2
- adding support for the catapult backend
- adding "Save As" button for the exception dialog
- some tooltips and new button labels

0.8.5:
- added an uncaught exception dialog
- i18n
- new threading model for the emerge process
- minor enhancements
- added splash screen
- added notifies
- added listener / launch gksu/kdesu by ourselves
- now showing differences between "installed" and "enabled" useflags
- improved terminal

0.8.1:
- bugfixes

0.8.0:
- removed Qt-Frontend
- added "shutdown" plugin
- added "resume-loop" plugin
- changed plugin-structures
- added ability of pausing the emerge process
- nicier log output
- log viewers
- changed design / added link
- improved search

0.7.5:
- new icon by p4r4d0x
- sync command now accepts "&&"
- added ebuild-viewer
- use optparse to parse cmdline options
- better config-handling
- changed Qt-Terminal colors
- Qt-Terminal is now able to handle the wget-bar correctly
- added a window showing the updatable packages

0.7.4.2:
- bugfix in PortageSystem

0.7.4.1:
- added name of overlay the package comes from
- filtering "--ask" from EMERGE_DEFAULT_OPTS
- show reason for a package being masked as a tooltip
- added settings: gtk: console font
- show emerge progress in window title
- work with PyQt-4.2

0.7.3:
- fixed bugs
- QtTerminal now uses events instead of signals (faster)
- ability to show packages by installation status

0.7.1:
- moved syntax-highlighting plugin for gtk to another package
(portatosourceview)
- added confirmation dialogs for quitting while the emerge queue is not empty
- added icon and desktop-files
- added systray
- added "noroot"-plugin, allowing emerges if not root

0.7.0:
- showed difference between unmasked and masked but unmasked by yourself
- added Qt-Frontend

0.6.1:
- first plugin support
- collapsed USE_EXPAND-variables
- plugin for etc-proposals

0.6.0:
- general support for different backend systems
- removed asterisks as "installed" sign - using an image now
- added ebuild window
- added usetips
- allowed copying out of the console
- added accelerators

0.5.2:
- removed gentoolkit-dependency
- added support for portage-2.1.2
- added console-status
- working slots (for update_world)
- enhanced "--newuse"
- added some stock-images
- added ability to kill the running emerge process

0.5.1:
- new config parser and new config-layout
- added sync-command option
- added a "Save-Flags"-Menu-Item

0.5.0:
- rewritten GTK-Frontend using Glade
- made the wrapper more powerful

0.4.6:
- made it possible to build other frontends than GTK
- implemented --newuse

0.4.5:
- bug fixing (again ;D)
- added "oneshot"
- redesign
- added "update world" - ability (w/o newuse)
- handled installed packages which are not in portage anymore
- allowed to reload portage

0.4.0:
- smashed bugs
- made testing and masking working (I hope)
- allowed to unmask a whole queue
- allowed to disable/enable debug-output

0.3.4:
- removed several minor and less minor bugs
- added preference window
- some speedup work (e.g. do not redraw the whole list if something is
updated)

0.3.3:
- removed bug which always apended a package to the emerge-queue - and never
to the unmerge-queue
- implemented an internal package-db
- used new calls to portage for receiving all packages

0.3.2:
- restructured program files
- changed font in terminal 
- added new dialog warning when we cannot emerge a masked program
- using debug() instead of print
- fixing small bugs

0.3.1:
- added AboutWindow
- make the menu work
itle='2009-08-10 18:03:31 +0200'>2009-08-10cgit.css: align commit message with subject in expanded log listingLars Hjemli1-1/+1 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-08-10ui-shared: add support for NO_HTTP=1/--nohttpLars Hjemli3-1/+6 cgit_print_http_headers() used to do nothing if 'embedded' was specified in cgitrc, but that was wrong - we never want to skip the headers when invoked as a CGI app. Sadly, there's no easy way to detect if we're invoked as a CGI app or if we're invoked by another CGI app, so for the latter case cgit needs to be invoked with either --nohttp on the command line or NO_HTTP=1 in the environment. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-08-10Cleanup handling of environment variablesLars Hjemli3-33/+45 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-08-09Add some example filter scriptsLars Hjemli2-0/+51 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-08-09Add 'about-filter' and 'repo.about-filter' optionsLars Hjemli6-2/+28 These options can be used to execute a filter command on each about-page, both top-level and for each repository (repo.about-filter can be used to override the current about-filter). Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-08-09ui-summary: enable arbitrary paths below repo.readmeLars Hjemli3-8/+20 This change makes it possible to include any number of pages below the 'about' tab for a repository. The path is assumed to be located in the same directory as the 'repo.readme' file. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-08-09cgit.c: allow repo.*-filter options to unset the current defaultLars Hjemli1-1/+1 If e.g. repo.commit-filter is specified as an empty string, this is now properly handled as disabling the global commit-filter setting for the current repository. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-08-09Add support for repo.commit-filter and repo.source-filterLars Hjemli6-21/+35 These options can be used to override the default commit- and source- filter settings per repository. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-08-08Expose file extension in tree lists as class to allow nicer tree stylingMartin Szulecki1-1/+7 Signed-off-by: Martin Szulecki <opensuse@sukimashita.com> 2009-08-08Introduce noplainemail option to hide email adresses from spambotsMartin Szulecki7-7/+22 Signed-off-by: Martin Szulecki <opensuse@sukimashita.com> 2009-07-31ui-commit: add support for 'commit-filter' optionLars Hjemli4-0/+17 This new option specifies a filter which is executed on the commit message, i.e. the commit message is written to the filters STDIN and the filters STDOUT is included verbatim as the commit message. This can be used to implement commit linking by creating a simple shell script in e.g. /usr/bin/cgit-commit-filter.sh like this: #/bin/sh sed -re 's|\b([0-9a-fA-F]{6,40})\b|<a href="./?id=\1">\1</a>|g' Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-07-31ui-tree: add support for source-filter optionLars Hjemli4-4/+25 This new option is used to specify an external command which will be executed when displaying blob content in the tree view. Blob content will be written to STDIN of the filter and STDOUT from the filter will be included verbatim in the html output from cgit. The file name of the blob will be passed as the only argument to the filter command. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-07-31ui-snapshot: use cgit_{open|close}_filter() to execute compressorsLars Hjemli1-28/+7 This simplifies the code in ui-snapshot.c and makes the test-suite verify the new filter-functions. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-07-31Add generic filter/plugin infrastructureLars Hjemli3-0/+62 The functions cgit_open_filter() and cgit_close_filter() can be used to execute filters on the output stream from cgit. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-07-25Add support for mime type registration and lookupLars Hjemli4-5/+45 This patch makes it possible to register mappings from filename extension to mime type in cgitrc and use this mapping when returning blob content in `plain` view. The reason for adding this mapping to cgitrc (as opposed to parsing something like /etc/mime.types) is to allow quick lookup of a limited number of filename extensions (/etc/mime-types on my machine currently contains over 700 entries). NB: A nice addition to this patch would be to parse /etc/mime.types when `plain` view is requested for a file with an extension for which there is no mapping registered in cgitrc. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-07-25cgit.h: keep config flags sortedLars Hjemli1-2/+2 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-07-25cgitrc.5.txt: document 'embedded' and 'noheader'Lars Hjemli1-0/+9 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-07-25Add support for 'noheader' optionLars Hjemli3-7/+16 This option can be used to disable the standard cgit page header, which might be useful in combination with the 'embedded' option. Suggested-by: Mark Constable <markc@renta.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-07-25cgitrc.5.txt: document 'head-include'Lars Hjemli1-0/+4 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-07-25ui-blob: return 'application/octet-stream' for binary blobsLars Hjemli1-1/+7 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-07-25ui-plain: Return 'application/octet-stream' for binary files.Remko Tronçon1-1/+4 Signed-off-by: Remko Tronçon <git@el-tramo.be> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-06-11use cgit_httpscheme() for atom feedDiego Ongaro2-3/+6 2009-06-11add cgit_httpscheme() -> http:// or https://Diego Ongaro2-0/+12 2009-06-07Return http statuscode 404 on unknown branchLars Hjemli3-0/+6 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-06-07Add head-include configuration option.Mark Lodato3-1/+6 This patch adds an option to the configuration file, "head-include", which works just like "header" or "footer", except the content is put into the HTML's <head> tag. 2009-03-15CGIT 0.8.2.1v0.8.2.1Lars Hjemli1-1/+1 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15Fix doc-related glitches in Makefile and .gitignoreLars Hjemli2-1/+6 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli1-6/+17 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15fix segfault when displaying empty blobsEric Wong1-5/+8 When size is zero, subtracting one from it turns it into ULONG_MAX which causes an out-of-bounds access on buf. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for HEAD requestsLars Hjemli2-0/+7 This is a quick 'n dirty hack which makes cgit honor HEAD requests. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for ETag in 'plain' viewLars Hjemli4-0/+5 When downloading a blob identified by its path, the client might want to know if the blob has been modified since a previous download of the same path. To this end, an ETag containing the blob SHA1 seems to be ideal. Todo: add support for HEAD requests... Suggested-by: Owen Taylor <otaylor@redhat.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli1-4/+9 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12Makefile: add doc-related targetsLars Hjemli1-2/+17 Signed-off-by: Lars Hjemli <hjemli@gmail.com>