1 | # ChangeLog for Gentoo Linux Installer |
1 | # ChangeLog for Gentoo Linux Installer |
2 | # Copyright 2005-2005 Gentoo Technologies, Inc. |
2 | # Copyright 2005-2005 Gentoo Technologies, Inc. |
3 | |
3 | |
4 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.489 2005/11/20 22:11:33 codeman Exp $ |
4 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.526 2005/12/11 21:24:44 agaffney Exp $ |
5 | |
5 | |
6 | *GLI-0.3 (27 Oct 2005) |
6 | *GLI-0.3 (27 Oct 2005) |
7 | |
7 | |
|
|
8 | 11 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
9 | src/GLIClientController.py: |
|
|
10 | use GLIException when there's an import problem |
|
|
11 | added debug code to show install_steps |
|
|
12 | src/templates/amd64ArchitectureTemplate.py: |
|
|
13 | add . to import path |
|
|
14 | proper path this time: ../../templates |
|
|
15 | |
|
|
16 | 11 Dec 2005; Preston Cody <codeman@gentoo.org> |
|
|
17 | added initial glossary and gimli diagram to the docs directory. |
|
|
18 | |
|
|
19 | 8 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
20 | src/net/server/html/webgli/: |
|
|
21 | converted globaluse, localuse, networkmounts, portagetree, and stageselection |
|
|
22 | moved saveclientconfig stuff into clientconfig |
|
|
23 | moved saveconfigfiles into config files |
|
|
24 | converted etc_portage and makedotconf |
|
|
25 | converted bootloader and kernel |
|
|
26 | convert daemons, extrapackages, networking, review, services, timezone, users |
|
|
27 | src/net/server/gliserv.py: |
|
|
28 | proper 404 handling for .pyhtml extension |
|
|
29 | HTML escape <% %> stuff |
|
|
30 | work around python's sucky regexes |
|
|
31 | src/GLIInstallProfile.py: |
|
|
32 | allow set_{rsync,ftp,http}_proxy() to accept empty values |
|
|
33 | |
|
|
34 | 7 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
35 | src/net/server/gliserv.py: |
|
|
36 | initial commit of Legolas templating engine |
|
|
37 | 302 redirects |
|
|
38 | src/net/server/html/index.html, src/net/server/webgli_template.html: |
|
|
39 | minor changes for new code |
|
|
40 | src/net/server/html/*.pyhtml, src/net/server/html/webgli/*.pyhtml: |
|
|
41 | initial commit of the conversion from the monolithic WebGLIHandler.py to the |
|
|
42 | one file per path Legolas goodness |
|
|
43 | partitioning[2-4] done |
|
|
44 | |
|
|
45 | 5 Dec 2005; Preston Cody <codeman@gentoo.org> |
|
|
46 | webgli: dhcp options in CC and post-install. |
|
|
47 | updated comparison chart. |
|
|
48 | webgli: etc/portage/* and distcc support added. not too-well tested. |
|
|
49 | |
|
|
50 | 4 Dec 2005; Preston Cody <codeman@gentoo.org> |
|
|
51 | webgli_template.html: valign=top on left side. |
|
|
52 | webgli: fix bootloader boot_device. now working. |
|
|
53 | webgli: CC proxy done. post-install proxy in progress. |
|
|
54 | |
|
|
55 | 3 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
56 | src/net/server/webgli_template.html: |
|
|
57 | increase padding for content cell to 7px and add colspan=2 |
|
|
58 | |
|
|
59 | 3 Dec 2005; Nicholas D. Wolfood <blackace@gentoo.org> |
|
|
60 | webgli: added graphic bar on top |
|
|
61 | webgli: added hover effects on the links on the left |
|
|
62 | webgli: re-rendered header_bg.png to stretch without artifacts |
|
|
63 | |
|
|
64 | 3 Dec 2005; Preston Cody <codeman@gentoo.org> |
|
|
65 | webgli: make.conf disabling fixes for dynamic_stage3 |
|
|
66 | fixed portage snapshot browse popup |
|
|
67 | all changes tested. |
|
|
68 | webgli: add debug mode to CC screen. the screen still needs lots of work. |
|
|
69 | |
|
|
70 | 1 Dec 2005; Preston Cody <codeman@gentoo.org> |
|
|
71 | added debug mode question to gli-dialog |
|
|
72 | added CC proxies to CC networking for gli-dialog |
|
|
73 | webgli: fixed skip CC networking if connection active |
|
|
74 | webgli: portage snapshot defaults to CD |
|
|
75 | webgli: bootloader mbr drive selection |
|
|
76 | webgli: USE flags unselectable if dynamic_stage3 |
|
|
77 | webgli: manual extra packages and save button. |
|
|
78 | |
|
|
79 | 28 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
80 | src/GLIUtility.py: |
|
|
81 | change ping count to 2 |
|
|
82 | docs/comparison.html |
|
|
83 | initial commit |
|
|
84 | |
|
|
85 | 27 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
86 | src/templates/x86ArchitectureTemplate.py: |
|
|
87 | fix map() issue with grub code |
|
|
88 | replace kernel_names and initrd_names loops with one-liners |
|
|
89 | |
|
|
90 | 27 Nov 2005; Preston Cody <codeman@gentoo.org> |
|
|
91 | gli-dialog won't let you dynamic stage3 without systempkgs.txt. |
|
|
92 | initial gli-dialog support for recommended partitioning layout and clear. |
|
|
93 | failure cleanup now an option for gli-dialog. |
|
|
94 | move livecd-kernel to top of kernel lists. fix proto bug in rc.conf |
|
|
95 | added comparison list and updated TODO! |
|
|
96 | |
|
|
97 | 26 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
98 | src/GLIArchitectureTemplate.py: |
|
|
99 | fix to stage1() debug code |
|
|
100 | fix to stage2() debug code |
|
|
101 | |
|
|
102 | 26 Nov 2005; Preston Cody <codeman@gentoo.org> |
|
|
103 | some more bootloader code fixes. forgot boot_device != mbr_device. |
|
|
104 | |
|
|
105 | 25 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
106 | src/GLIStorageDevice.py: |
|
|
107 | fix to unallocated space merging when last one is after part 4 |
|
|
108 | |
|
|
109 | 24 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
110 | src/GLIArchitectureTemplate.py: |
|
|
111 | small fix to debugging code in copy_pkg_to_chroot() |
|
|
112 | |
|
|
113 | 23 Nov 2005; Preston Cody <codeman@gentoo.org> |
|
|
114 | more bugfixes with bootloader code |
|
|
115 | gli-dialog side appears to work |
|
|
116 | |
|
|
117 | 21 Nov 2005; Preston Cody <codeman@gentoo.org> |
|
|
118 | initial adding of boot_device to backend. |
|
|
119 | initial boot_device support added to gli-dialog. |
|
|
120 | some fixes of my poor coding |
|
|
121 | |
8 | 20 Nov 2005; Preston Cody <codeman@gentoo.org> |
122 | 20 Nov 2005; Preston Cody <codeman@gentoo.org> |
9 | converted gli-dialog to use the install_package_list. |
123 | converted gli-dialog to use the install_package_list. |
10 | gtkfe has already been converted by AllanonJL |
124 | gtkfe has already been converted by AllanonJL |
11 | new way working in gli-dialog now and added to webgli. |
125 | new way working in gli-dialog now and added to webgli. |
|
|
126 | added set/get_boot_device() to IP |
12 | |
127 | |
13 | 19 Nov 2005; Preston Cody <codeman@gentoo.org> |
128 | 19 Nov 2005; Preston Cody <codeman@gentoo.org> |
14 | get_install_package_list added to InstallProfile. This can be used by the FEs |
129 | get_install_package_list added to InstallProfile. This can be used by the FEs |
15 | |
130 | |
16 | 17 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
131 | 17 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
17 | src/templates/x86ArchitectureTemplate.py: |
132 | src/templates/x86ArchitectureTemplate.py: |
18 | call ls with '-1 --color=no' |
133 | call ls with '-1 --color=no' |
19 | |
134 | |
20 | 16 Nov 2005; Preston Cody <codeman@gentoo.org> |
135 | 16 Nov 2005; Preston Cody <codeman@gentoo.org> |
21 | added warning (#9) to GRP ppl about stage3 tarballs |
136 | added warning (#9) to GRP ppl about stage3 tarballs |
22 | |
137 | |
23 | 15 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
138 | 15 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
24 | src/GLIArchitectureTemplate.py: |
139 | src/GLIArchitectureTemplate.py: |
25 | change fat32/fat16 to vfat in mount_local_partitions() so mount doesn't get |
140 | change fat32/fat16 to vfat in mount_local_partitions() so mount doesn't get |
26 | confused |
141 | confused |