blob: 0720c0ebeccdfece9c74da02cf832deb600979a9 (
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
|
# ChangeLog for Scire
# Copyright 2006-2006 Gentoo Foundation; Distributed under the GPL v2
# $Id$
9 Dec 2006; Andrew Gaffney <agaffney@gentoo.org>
server/SecureXMLRPCServer.py:
switch to ForkingMixIn instead of ThreadingMixIn to prevent cert info from
bleeding between connection instances.
reverse order of inherited classes so MixIn works properly
15 Jul 2006; Preston Cody <codeman@gentoo.org> ChangeLog:
Updating the scire server and client programs with their current
development copy. All changes from previous version have been
made by Matt Disney as part of the Summer of Code. These are
somewhat large updates involving database connectivity using
python's ADOdb module and function calls between the server and
client. Many thanks to Matt for the contribution.
15 Jul 2006; Preston Cody <codeman@gentoo.org> ChangeLog:
Adding a Python-port of PHP-GACL's acl_check function,
written by Brian Coca. This is submitted with his permission.
this will take an ADOdb object (or config info), and then return
the result of acl_check() queries as in PHP. Many thanks to
Brian for the port.
14 Jun 2006; Preston Cody <codeman@gentoo.org> ChangeLog:
various updates around the board. mainly focusing on client and user
pages. some DB updates and asthetic changes.
preparing for user sessions
04 Jun 2006; Preston Cody <codeman@gentoo.org> ChangeLog:
adding some mockup HTML files made by blackace.
need templates for those files.
04 Jun 2006; Preston Cody <codeman@gentoo.org> ChangeLog:
updated some scire database interface files
fixed some queries
fixed the exporter pages (as useless as they are now).
04 Jun 2006; Preston Cody <codeman@gentoo.org> ChangeLog:
the database tables are most current on the wiki
they have been sync'd to svn. sample DB code too.
21 May 2006; Preston Cody <codeman@gentoo.org> ChangeLog:
updating Changelog. Lots of updates tonight.
Fixed up blackace's templates.
migrated index and login pages, admin to follow soon.
updates to moria.sql for session table.
07 May 2006; Preston Cody <codeman@gentoo.org> ChangeLog:
adding a lot of webgli screens, some of which are done
the details of the status of webgli is in /webgli/TODO
05 May 2006; Preston Cody <codeman@gentoo.org> ChangeLog:
adding a few documents to moria since that seems like a good
place to put them
23 Apr 2006; Preston Cody <codeman@gentoo.org> ChangeLog:
webgli: adding portage screen
23 Apr 2006; Preston Cody <codeman@gentoo.org> ChangeLog:
adding the rest of the converted admin pages.
conversion should be complete.
webgli: adding initial screens of makedotconf
22 Apr 2006; Preston Cody <codeman@gentoo.org> ChangeLog:
initial scire files and directory added. more will come soon
Lots more general updates. Getting things converted over and simplified.
22 Apr 2006; Preston Cody <codeman@gentoo.org> ChangeLog:
updated globaluse and Utility
adding initial localuse screens
17 Apr 2006; Andrew Gaffney <agaffney@gentoo.org>
webgli/XMLParser.php:
moved common code from webgliIP.php
webgli/webgliIP.php:
moved common code to XMLParser.php
webgli/webgliCF.php:
initial commit
17 Apr 2006; Preston Cody <codeman@gentoo.org> ChangeLog:
adding globaluse screen
will need to rearrange stuff so it works better
without sharing between pages.
minor touchups to other files
16 Apr 2006; Preston Cody <codeman@gentoo.org> ChangeLog:
adding etc_portage and extrapackages screens
edited daemons and config files
added functions to webgliUtility
15 Apr 2006; Preston Cody <codeman@gentoo.org> ChangeLog:
adding initial daemon screen
15 Apr 2006; Preston Cody <codeman@gentoo.org> ChangeLog:
adding initial files for configfiles screen
small updates to the other screens.
15 Apr 2006; Andrew Gaffney <agaffney@gentoo.org>
webgli/webgliIP.php:
begin conversion
working version
output self-closing tag is value is empty
webgli/XMLParser.php:
initial XML parser superclass
move initialization code to parse()
working version
webgli/configfiles.php:
converted IP code
15 Apr 2006; Preston Cody <codeman@gentoo.org> ChangeLog:
adding client config screens to webgli
15 Apr 2006; Preston Cody <codeman@gentoo.org> ChangeLog:
added temp copy of webgli stuff
12 Apr 2006; Preston Cody <codeman@gentoo.org> ChangeLog:
Changing project name to Scire in various files.
26 Mar 2006; Preston Cody <codeman@gentoo.org> ChangeLog:
Adding current state of my webserver GIMLI directory
includes phpGACL code and smarty, both of which
are necessary to install. nothing works either
without the database
24 Mar 2006; Preston Cody <codeman@gentoo.org> ChangeLog:
Testing echangelog. Adding two db table creation commands.
23 Mar 2006; Andrew Gaffney <agaffney@gentoo.org> ChangeLog:
initial ChangeLog commit
|