/[A3C]/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Log of /Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 228 - (view) (annotate) - [select for diffs]
Modified Fri Jun 27 19:09:13 2008 UTC (15 years, 9 months ago) by dpavlin
File length: 548 byte(s)
Diff to previous 222 , to selected 110
unbless blessed variables before dumping them to JSON

Revision 222 - (view) (annotate) - [select for diffs]
Modified Thu Jun 26 20:46:33 2008 UTC (15 years, 9 months ago) by dpavlin
File length: 496 byte(s)
Diff to previous 186 , to selected 110
simpliest possible data-dumping only LDAP server

Revision 186 - (view) (annotate) - [select for diffs]
Modified Mon Jun 16 22:56:14 2008 UTC (15 years, 9 months ago) by dpavlin
File length: 418 byte(s)
Diff to previous 140 , to selected 110
I feel good enought for this version to have it bump [0.05]

- dispatcher will automatically take first selected instance
- check if we can connect to database when adding instances to selection
- removed bunch of debug warn output
- display validation error messages in selector
- show selected instance in selector
- variable instance is now used for current user instance, and op_instace for selector
- dim layout link

Revision 140 - (view) (annotate) - [select for diffs]
Modified Fri May 30 22:02:19 2008 UTC (15 years, 10 months ago) by dpavlin
File length: 418 byte(s)
Diff to previous 139 , to selected 110
fix encoding

on-disk php files are in ISO-8859-2, so support that and require
that PostgreSQL encoding is UTF-8

Revision 139 - (view) (annotate) - [select for diffs]
Modified Fri May 30 21:16:08 2008 UTC (15 years, 10 months ago) by dpavlin
File length: 399 byte(s)
Diff to previous 135 , to selected 110
Added Strix site config importer

When invoked like:

./bin/import-strix.pl

it reports something like:

INFO - 539 Strix sites imported

Not bad :-)

Revision 135 - (view) (annotate) - [select for diffs]
Modified Fri May 30 20:05:27 2008 UTC (15 years, 10 months ago) by dpavlin
File length: 376 byte(s)
Diff to previous 110
needed for A3C::PHP

Revision 110 - (view) (annotate) - [selected]
Modified Wed May 14 16:49:16 2008 UTC (15 years, 10 months ago) by dpavlin
File length: 346 byte(s)
Diff to previous 106
we don't really need Jifty::Plugin::Login anymore, and we like
auto installation of missing CPAN dependencies

Revision 106 - (view) (annotate) - [select for diffs]
Modified Thu May 1 17:06:02 2008 UTC (15 years, 11 months ago) by dpavlin
File length: 364 byte(s)
Diff to previous 89 , to selected 110
massive re-structuring to enable models specified in configuration file

- version bump [0.04]
- SyncOrganization now accept org_uid as argument
- objectClass(es) for person and organization are now in config.yml
  as well as link between them (filter on person)
- config.yml is now checked for validity in A3C::LDAP

Revision 89 - (view) (annotate) - [select for diffs]
Modified Tue Apr 29 21:43:36 2008 UTC (15 years, 11 months ago) by dpavlin
File length: 364 byte(s)
Diff to previous 88 , to selected 110
move away from XML::Simple to XML::Rule so we can preserve original order

Allthough, a bit more chatty that XML::Simple implementation, this one has
much better ratio of dark magic vs short notation, IMHO

Revision 88 - (view) (annotate) - [select for diffs]
Modified Tue Apr 29 19:54:52 2008 UTC (15 years, 11 months ago) by dpavlin
File length: 365 byte(s)
Diff to previous 69 , to selected 110
first try at integrating AAAIEduHr into A3C:

fetch XML from http://shema.aaiedu.hr/
cache it locally (to reduce network traffic and provide offline development) in
JSON format (human readable)

Revision 69 - (view) (annotate) - [select for diffs]
Modified Thu Apr 10 20:08:01 2008 UTC (15 years, 11 months ago) by dpavlin
File length: 296 byte(s)
Diff to previous 67 , to selected 110
replaced Jifty::Plugin::AuthLDAPLogin with internal Jifty::Plugin::Authentication::Ldap

Revision 67 - (view) (annotate) - [select for diffs]
Modified Thu Apr 10 00:08:37 2008 UTC (15 years, 11 months ago) by dpavlin
File length: 299 byte(s)
Diff to previous 62 , to selected 110
require LDAP plugin which supports SSL and enable it

Revision 62 - (view) (annotate) - [select for diffs]
Modified Wed Apr 9 21:32:59 2008 UTC (15 years, 11 months ago) by dpavlin
File length: 289 byte(s)
Diff to previous 48 , to selected 110
this *would* be LDAP login if we could connect to ldap server ;-)


Revision 48 - (view) (annotate) - [select for diffs]
Modified Mon Mar 31 21:50:52 2008 UTC (16 years ago) by dpavlin
File length: 215 byte(s)
Diff to previous 40 , to selected 110
new API, new version [0.03]

Revision 40 - (view) (annotate) - [select for diffs]
Modified Sun Mar 30 15:02:55 2008 UTC (16 years ago) by dpavlin
File length: 215 byte(s)
Diff to previous 11 , to selected 110
Turn A3C::LDAP into real object which looks more like Jifty::Collection

Revision 11 - (view) (annotate) - [select for diffs]
Modified Thu Mar 13 14:22:53 2008 UTC (16 years ago) by dpavlin
File length: 181 byte(s)
Diff to previous 7 , to selected 110
rename application from CAdmin -> A3C, version bump [0.02]


Revision 7 - (view) (annotate) - [select for diffs]
Modified Thu Mar 13 13:12:46 2008 UTC (16 years ago) by dpavlin
File length: 184 byte(s)
Diff to previous 5 , to selected 110
first try at script which imports data from ldap


Revision 5 - (view) (annotate) - [select for diffs]
Modified Wed Mar 12 23:14:13 2008 UTC (16 years ago) by dpavlin
File length: 158 byte(s)
Diff to previous 1 , to selected 110
more-or-less copy/paste from Net::LDAP pod


Revision 1 - (view) (annotate) - [select for diffs]
Added Sun Mar 9 01:42:55 2008 UTC (16 years ago) by dpavlin
File length: 114 byte(s)
Diff to selected 110
create skeleton of application with

$ jifty app --name CAdmin


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26