1 |
# ChangeLog for Scire |
2 |
# Copyright 2006-2006 Gentoo Foundation; Distributed under the GPL v2 |
3 |
# $Id$ |
4 |
|
5 |
9 Dec 2006; Andrew Gaffney <agaffney@gentoo.org> |
6 |
server/SecureXMLRPCServer.py: |
7 |
switch to ForkingMixIn instead of ThreadingMixIn to prevent cert info from |
8 |
bleeding between connection instances. |
9 |
reverse order of inherited classes so MixIn works properly |
10 |
|
11 |
15 Jul 2006; Preston Cody <codeman@gentoo.org> ChangeLog: |
12 |
Updating the scire server and client programs with their current |
13 |
development copy. All changes from previous version have been |
14 |
made by Matt Disney as part of the Summer of Code. These are |
15 |
somewhat large updates involving database connectivity using |
16 |
python's ADOdb module and function calls between the server and |
17 |
client. Many thanks to Matt for the contribution. |
18 |
|
19 |
15 Jul 2006; Preston Cody <codeman@gentoo.org> ChangeLog: |
20 |
Adding a Python-port of PHP-GACL's acl_check function, |
21 |
written by Brian Coca. This is submitted with his permission. |
22 |
this will take an ADOdb object (or config info), and then return |
23 |
the result of acl_check() queries as in PHP. Many thanks to |
24 |
Brian for the port. |
25 |
|
26 |
14 Jun 2006; Preston Cody <codeman@gentoo.org> ChangeLog: |
27 |
various updates around the board. mainly focusing on client and user |
28 |
pages. some DB updates and asthetic changes. |
29 |
preparing for user sessions |
30 |
|
31 |
04 Jun 2006; Preston Cody <codeman@gentoo.org> ChangeLog: |
32 |
adding some mockup HTML files made by blackace. |
33 |
need templates for those files. |
34 |
|
35 |
04 Jun 2006; Preston Cody <codeman@gentoo.org> ChangeLog: |
36 |
updated some scire database interface files |
37 |
fixed some queries |
38 |
fixed the exporter pages (as useless as they are now). |
39 |
|
40 |
04 Jun 2006; Preston Cody <codeman@gentoo.org> ChangeLog: |
41 |
the database tables are most current on the wiki |
42 |
they have been sync'd to svn. sample DB code too. |
43 |
|
44 |
21 May 2006; Preston Cody <codeman@gentoo.org> ChangeLog: |
45 |
updating Changelog. Lots of updates tonight. |
46 |
Fixed up blackace's templates. |
47 |
migrated index and login pages, admin to follow soon. |
48 |
updates to moria.sql for session table. |
49 |
|
50 |
07 May 2006; Preston Cody <codeman@gentoo.org> ChangeLog: |
51 |
adding a lot of webgli screens, some of which are done |
52 |
the details of the status of webgli is in /webgli/TODO |
53 |
|
54 |
05 May 2006; Preston Cody <codeman@gentoo.org> ChangeLog: |
55 |
adding a few documents to moria since that seems like a good |
56 |
place to put them |
57 |
|
58 |
23 Apr 2006; Preston Cody <codeman@gentoo.org> ChangeLog: |
59 |
webgli: adding portage screen |
60 |
|
61 |
23 Apr 2006; Preston Cody <codeman@gentoo.org> ChangeLog: |
62 |
adding the rest of the converted admin pages. |
63 |
conversion should be complete. |
64 |
webgli: adding initial screens of makedotconf |
65 |
|
66 |
22 Apr 2006; Preston Cody <codeman@gentoo.org> ChangeLog: |
67 |
initial scire files and directory added. more will come soon |
68 |
Lots more general updates. Getting things converted over and simplified. |
69 |
|
70 |
22 Apr 2006; Preston Cody <codeman@gentoo.org> ChangeLog: |
71 |
updated globaluse and Utility |
72 |
adding initial localuse screens |
73 |
|
74 |
17 Apr 2006; Andrew Gaffney <agaffney@gentoo.org> |
75 |
webgli/XMLParser.php: |
76 |
moved common code from webgliIP.php |
77 |
webgli/webgliIP.php: |
78 |
moved common code to XMLParser.php |
79 |
webgli/webgliCF.php: |
80 |
initial commit |
81 |
|
82 |
17 Apr 2006; Preston Cody <codeman@gentoo.org> ChangeLog: |
83 |
adding globaluse screen |
84 |
will need to rearrange stuff so it works better |
85 |
without sharing between pages. |
86 |
minor touchups to other files |
87 |
|
88 |
16 Apr 2006; Preston Cody <codeman@gentoo.org> ChangeLog: |
89 |
adding etc_portage and extrapackages screens |
90 |
edited daemons and config files |
91 |
added functions to webgliUtility |
92 |
|
93 |
15 Apr 2006; Preston Cody <codeman@gentoo.org> ChangeLog: |
94 |
adding initial daemon screen |
95 |
|
96 |
15 Apr 2006; Preston Cody <codeman@gentoo.org> ChangeLog: |
97 |
adding initial files for configfiles screen |
98 |
small updates to the other screens. |
99 |
|
100 |
15 Apr 2006; Andrew Gaffney <agaffney@gentoo.org> |
101 |
webgli/webgliIP.php: |
102 |
begin conversion |
103 |
working version |
104 |
output self-closing tag is value is empty |
105 |
webgli/XMLParser.php: |
106 |
initial XML parser superclass |
107 |
move initialization code to parse() |
108 |
working version |
109 |
webgli/configfiles.php: |
110 |
converted IP code |
111 |
|
112 |
15 Apr 2006; Preston Cody <codeman@gentoo.org> ChangeLog: |
113 |
adding client config screens to webgli |
114 |
|
115 |
15 Apr 2006; Preston Cody <codeman@gentoo.org> ChangeLog: |
116 |
added temp copy of webgli stuff |
117 |
|
118 |
12 Apr 2006; Preston Cody <codeman@gentoo.org> ChangeLog: |
119 |
Changing project name to Scire in various files. |
120 |
|
121 |
26 Mar 2006; Preston Cody <codeman@gentoo.org> ChangeLog: |
122 |
Adding current state of my webserver GIMLI directory |
123 |
includes phpGACL code and smarty, both of which |
124 |
are necessary to install. nothing works either |
125 |
without the database |
126 |
|
127 |
24 Mar 2006; Preston Cody <codeman@gentoo.org> ChangeLog: |
128 |
Testing echangelog. Adding two db table creation commands. |
129 |
|
130 |
23 Mar 2006; Andrew Gaffney <agaffney@gentoo.org> ChangeLog: |
131 |
initial ChangeLog commit |