source: trunk/templates

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @388   12 years Kris Deugau /trunk Extend location view on the record page to either show a …
(edit) @383   12 years Kris Deugau /trunk Checkpoint adding location support to UI. See #10. - Add …
(edit) @379   12 years Kris Deugau /trunk Normalize the formatting for the column-header-creator loop in …
(edit) @378   12 years Kris Deugau /trunk Factor out the template side of the result/warning/error …
(edit) @375   12 years Kris Deugau /trunk Checkpoint adding locations/views. See #10. - Tweak new …
(edit) @374   12 years Kris Deugau /trunk Checkpoint adding location/view UI bits. See #10. - add …
(edit) @372   12 years Kris Deugau /trunk Checkpoint adding location/view support. See #10. - minor …
(edit) @370   12 years Kris Deugau /trunk Checkpoint; adding location/view support. See #10. - add …
(edit) @325   12 years Kris Deugau /trunk Move SQL from user list code into DNSDB.pm. See #1
(edit) @323   12 years Kris Deugau /trunk Moved some more SQL out of dns.cgi (see #1). Added pagination …
(edit) @314   12 years Kris Deugau /trunk Move SQL for "Manage groups" to DNSDB.pm. See #1 Extend new …
(edit) @313   12 years Kris Deugau /trunk Convert SQL for bulk change choice page to existing calls to …
(edit) @311   12 years Kris Deugau /trunk Move SQL for SOA update to DNSDB.pm (see #1) Clean up support …
(edit) @310   12 years Kris Deugau /trunk Minor code review in dns.cgi - remove some stale commented …
(edit) @308   12 years Kris Deugau /trunk UI-layer changes to move action logging for importAXFR() out …
(edit) @295   12 years Kris Deugau /trunk Move entity-relationship reference hashes up into the same …
(edit) @294   12 years Kris Deugau /trunk "Move action logging for change group default permissions" …
(edit) @277   12 years Kris Deugau /trunk Checkpoint: Clean up SOA editing and extend for reverse …
(edit) @275   12 years Kris Deugau /trunk Convert domStatus() and caller to zoneStatus() for reverse DNS …
(edit) @274   12 years Kris Deugau /trunk Flesh out most reverse zone deletion. See #26. - Convert …
(edit) @271   12 years Kris Deugau /trunk Add size= parameter to Hostname and Address/IP fields on …
(edit) @270   12 years Kris Deugau /trunk Override any bare ZONE defrecs with the provided pattern while …
(edit) @260   12 years Kris Deugau /trunk First pass adding add-reverse-zone. - add newrdns/addrdns …
(edit) @248   12 years Kris Deugau /trunk Quick pass over log linking and display for reverse zones. …
(edit) @243   12 years Kris Deugau /trunk Fixing up delRec() and caller to handle reverse records. See …
(edit) @241   12 years Kris Deugau /trunk Fix fpnla.tmpl to propagate revrec. See #26
(edit) @239   12 years Kris Deugau /trunk Checkpoint; domain/reverse zone list almost complete. See …
(edit) @238   12 years Kris Deugau /trunk Clean up some little annoyances: - set reverse zone default …
(edit) @237   12 years Kris Deugau /trunk Checkpoint - almost finished updating domain list code to …
(edit) @235   12 years Kris Deugau /trunk Fixed update to reclist.tmpl for displaying warnings
(edit) @234   12 years Kris Deugau /trunk Validation for addRec() now functional with %validators hash …
(edit) @226   12 years Kris Deugau /trunk Update addRec() for reverse zones, first pass. A+PTR and …
(edit) @224   12 years Kris Deugau /trunk Start adding rDNS (See #26) - Initial SQL tabledef, default …
(edit) @216   12 years Kris Deugau /trunk Found some not-so-little things missing for a tarball - …
(edit) @214   12 years Kris Deugau /trunk UI tweak to separate the group tree from "Manage groups"
(edit) @210   12 years Kris Deugau /trunk The lets-call-it-a-release commit, for sure this time! Fill …
(edit) @207   12 years Kris Deugau /trunk Fix overloaded-$webvar{action}-related buglet - changing the …
(edit) @205   12 years Kris Deugau /trunk Revert template tweak in r201 for clearing up a minor error …
(edit) @201   12 years Kris Deugau /trunk Add perpage to config load Switch SOA defaults to only pick …
(edit) @180   12 years Kris Deugau /trunk Apply scope checks on user and domain for logs. Scope checks …
(edit) @178   12 years Kris Deugau /trunk Security review (See #30) - fix up ACL handling in group …
(edit) @173   12 years Kris Deugau /trunk Security audit (see #30) - remove a stale global - catch …
(edit) @166   13 years Kris Deugau /trunk Preparing for release - wrap debugbits output to avoid an …
(edit) @163   13 years Kris Deugau /trunk Session management - expire sessions properly - remove …
(edit) @162   13 years Kris Deugau /trunk Add scope checks - domain add/delete Tweak scope check on …
(edit) @155   13 years Kris Deugau /trunk Tweak DNSDB::isParent slightly; treat all groups as being …
(edit) @151   13 years Kris Deugau /trunk Add/update/delete record now produces the same consistent …
(edit) @147   13 years Kris Deugau /trunk UI consistency tweak - report group and domain deletions the …
(edit) @146   13 years Kris Deugau /trunk Tweak red "no access" highlighting on permissions lists where …
(edit) @144   13 years Kris Deugau /trunk ACL checks on users almost complete Removed obsolete …
(edit) @143   13 years Kris Deugau /trunk Set an explicit value on the "-" option for the "clone user" …
(edit) @142   13 years Kris Deugau /trunk Working on user-permission ACLs. Links now show or not as …
(edit) @141   13 years Kris Deugau /trunk Missed TODO and template fixme for "delete all evarthing" …
(edit) @140   13 years Kris Deugau /trunk ACL fixups: - Default Records are only viewable by an admin …
(edit) @139   13 years Kris Deugau /trunk Reduce the abuse of "actions" as a form input name; make the …
(edit) @137   13 years Kris Deugau /trunk Fix record list filtering - standardize variable/form input …
(edit) @136   13 years Kris Deugau /trunk Update footer with current (C), less aggressive statement on …
(edit) @133   13 years Kris Deugau /trunk Remove a couple of notes-to-self in new group and new domain …
(edit) @128   13 years Kris Deugau /trunk Code review/cleanup - Move configuration of DB host, user, …
(edit) @126   13 years Kris Deugau /trunk UI cleanup: Remove dropdown group list from sidebar now that …
(edit) @125   13 years Kris Deugau /trunk Fix some expired-session weirdness by forcing a fresh login …
(edit) @117   13 years Kris Deugau /trunk Add getParents (untested) and isParent (tested) subs Add some …
(edit) @113   13 years Kris Deugau /trunk Add AWOL template
(edit) @112   13 years Kris Deugau /trunk Mostly complete functionality of bulk group move
(edit) @111   13 years Kris Deugau /trunk Add ACL checks to prevent contructed-URL ACL bypasses on SOA …
(edit) @110   13 years Kris Deugau /trunk Add "Bulk domain operations" area - move-to-group, …
(edit) @100   13 years Kris Deugau /trunk/templates Templates UI tweaks - make sure all main-body …
(edit) @99   13 years Kris Deugau /trunk/templates XHTML validation tweaks menu.tmpl …
(edit) @95   13 years Kris Deugau /trunk Add commented attempt to autolocate the script's full base …
(edit) @90   13 years Kris Deugau /trunk Checkpoint - Comment-docu-tweak on addUser() - Disallow …
(edit) @87   13 years Kris Deugau /trunk Checkpoint. Permissions manipulation should be complete. …
(edit) @84   13 years Kris Deugau /trunk Finally find a clean workspace to commit a (mostly) complete …
(edit) @82   13 years Kris Deugau /trunk Tweaks and cleanups on add/edit user template mostly relating …
(edit) @79   13 years Kris Deugau /trunk Tweak to allow easy editing of the current group - also allows …
(edit) @76   13 years Kris Deugau /trunk Finalize record-list click-the-column-header-to-sort - mostly …
(edit) @73   13 years Kris Deugau /trunk Light visual tweak to fpnla construct
(edit) @72   13 years Kris Deugau /trunk Checkpoint - adding sort-on-title-click to record list columns …
(edit) @71   13 years Kris Deugau /trunk Template tweak to correctly output "filter" microform on …
(edit) @70   13 years Kris Deugau /trunk After clicking "all" in a list to show all the entries, …
(edit) @69   13 years Kris Deugau /trunk Changes for much nicer-looking, nifty collapsible tree for …
(edit) @67   13 years Kris Deugau /trunk checkpoint Add user ACL handling nearing function Add …
(edit) @66   13 years Kris Deugau /trunk Basic group permissions editing functional - enforcing is …
(edit) @65   13 years Kris Deugau /trunk checkpoint, adding permissions/ACL support
(edit) @64   14 years Kris Deugau /trunk Fix up buglet in search filtering by start letter; 0-9 did …
(edit) @60   14 years Kris Deugau /trunk Littleish cosmetic tweaks to log display Tweaks to calls into …
(edit) @59   14 years Kris Deugau /trunk Unkinked a few bugs in logging (creation and display) …
(edit) @57   14 years Kris Deugau /trunk Checkpoint, cleanup and normalization (still, again) - …
(edit) @53   14 years Kris Deugau /trunk checkpoint Starts with, search subgroups, and filter all …
(edit) @52   14 years Kris Deugau /trunk Make subgroup y/n checkbox, search filter more or less work on …
(edit) @51   14 years Kris Deugau /dev checkpoint Moved sort order/sort-by tracking on domain, user, …
(edit) @48   14 years Kris Deugau /trunk WHOIS query is functional - requires Net::Whois::Raw and …
(edit) @47   14 years Kris Deugau /trunk checkpoint Cosmetic shuffle of "which page am I processing?" …
(edit) @46   14 years Kris Deugau /trunk Add uncomitted sbox.tmpl
(edit) @45   14 years Kris Deugau /trunk Add uncommitted letter search subtemplate
(edit) @44   14 years Kris Deugau /trunk Clean up header-munger code and templates for users, groups, …
(edit) @43   14 years Kris Deugau /trunk Fix grouplist brokenness in menu (first entry was being set to …
(edit) @42   14 years Kris Deugau /trunk checkpoint - start coding support for filter/search on groups
(edit) @41   14 years Kris Deugau /trunk Look-n-feel cleanup, checkpoint
(edit) @40   14 years Kris Deugau /trunk Letter-filter (almost) complete for domains; web portion …
(edit) @39   14 years Kris Deugau /trunk XHTML strict, pass 2 fixed up a collection of things found to …
Note: See TracRevisionLog for help on using the revision log.