| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2010-11-28 | Still needs further work ... using generic comment template, but need to ↵ | Lester Caine | 1 | -5/+7 | |
| customise for this application of comments | |||||
| 2010-11-28 | Include tab type when expanding tab data | Lester Caine | 1 | -6/+1 | |
| Secondary data tabs are displayed depending on user role settings | |||||
| 2010-11-28 | Use correct permission | Lester Caine | 1 | -2/+2 | |
| Add new entries based on current tab | |||||
| 2010-11-28 | Add links to related 'task' functions | Lester Caine | 1 | -0/+4 | |
| 2010-11-28 | Tidy generic layout so that notes history is shown at the top level | Lester Caine | 1 | -14/+14 | |
| 2010-11-04 | Merge with new on-line base | Lester Caine | 7 | -45/+95 | |
| 2010-11-04 | Remove debug | Lester Caine | 1 | -1/+0 | |
| 2010-11-04 | Add back link when viewing detail. This needs to be tidied up to a button | Lester Caine | 1 | -0/+1 | |
| 2010-11-04 | Create default contact_type for add contact | Lester Caine | 1 | -3/+9 | |
| 2010-11-04 | Remove debug | Lester Caine | 1 | -1/+1 | |
| 2010-11-04 | Include name element in generic data | Lester Caine | 2 | -30/+42 | |
| 2010-11-04 | Set up default dates for start of current timestamp and no finish | Lester Caine | 1 | -2/+2 | |
| 2010-11-04 | Add name and default contact address to record | Lester Caine | 1 | -17/+49 | |
| Uses $00 and $01 records for personal name and business name | |||||
| 2010-11-03 | Use the data set from xref_store ... this is probably wrong and mInfo should ↵ | Lester Caine | 1 | -1/+2 | |
| just have the raw data | |||||
| 2010-11-03 | Use the correct data tags | Lester Caine | 1 | -2/+2 | |
| 2010-11-03 | Import package again after stripping private data which should not have been ↵ | "Lester Caine ext:(%22) | 75 | -0/+4835 | |
| commited | |||||
| 2010-10-24 | Add note to data directory about managing import data. This should probably ↵ | Lester Caine | 1 | -0/+1 | |
| be replaced by a link direct to data stored in config. | |||||
| 2010-10-24 | Import data should not be visible on the package, moving it to config ↵ | Lester Caine | 2 | -415/+0 | |
| package for security reasons | |||||
| 2010-10-24 | Move external data loaders to import directory | Lester Caine | 4 | -8/+8 | |
| These would normally only be used to initially download legacy data so do not need to be available normally. Particular sites only need their own versions anyway | |||||
| 2010-10-24 | Script to run wande loader | Lester Caine | 1 | -0/+39 | |
| 2010-10-24 | Import script for ande ( dj contact ) data | Lester Caine | 1 | -0/+96 | |
| 2010-10-24 | Add wande data import to import schema | Lester Caine | 1 | -0/+28 | |
| ( Need to check which existing dj management package this data is from ) | |||||
| 2010-10-24 | Move phx data import functions to import directory | Lester Caine | 2 | -95/+115 | |
| 2010-10-21 | Mk2 version of cross-refference import for phx data | Lester Caine | 1 | -0/+62 | |
| 2010-10-21 | Bring main class in line with other commited changes | Lester Caine | 1 | -35/+198 | |
| 2010-10-21 | Add history tab facilities | Lester Caine | 1 | -7/+32 | |
| Remove 'delete' button on history, replace with 'restore' Add 'step' button to break seal items ... this needs moveing to generic function so anything can have a step funcion See user guide for details of step function | |||||
| 2010-10-21 | Display xkey rather than content_id in listings | Lester Caine | 1 | -14/+9 | |
| 2010-10-21 | Identify the ignore date check boxes | Lester Caine | 1 | -2/+2 | |
| 2010-10-21 | Add active/inactive filtering and xref lookup | Lester Caine | 1 | -5/+12 | |
| 2010-10-21 | Use xref id rather than content_id for displaying entry | Lester Caine | 1 | -4/+4 | |
| 2010-10-21 | Jump directly to view if only a single entry found | Lester Caine | 1 | -8/+8 | |
| 2010-10-21 | Mk2 version of phx csv import | Lester Caine | 1 | -11/+19 | |
| 2010-10-21 | Process crossref delete as simple update to end_date | Lester Caine | 2 | -17/+41 | |
| Extend this to create a new linked follow on crossref with the same start_date ( Edit needs to be updated to maintain history ) | |||||
| 2010-10-21 | Use content_id rather than dropped contact_id | Lester Caine | 1 | -2/+2 | |
| 2010-10-21 | Import phx security csv data | Lester Caine | 1 | -0/+39 | |
| 2010-10-19 | Tidy filter options | Lester Caine | 1 | -4/+2 | |
| title will look for text in the title field, location and postcode will look up within address xref's | |||||
| 2010-10-19 | Integrate ContactType into Contact object | Lester Caine | 1 | -0/+12 | |
| 2010-10-19 | Handle contact type storage in the user session | Lester Caine | 1 | -2/+15 | |
| 2010-10-19 | Inculde default contact type list into admin page | Lester Caine | 2 | -0/+29 | |
| 2010-10-19 | Add contact type list to filter header | Lester Caine | 2 | -0/+19 | |
| 2010-10-19 | Create the base contact model | Lester Caine | 1 | -0/+75 | |
| 2010-10-19 | Will probably drop, moved to ContactType class to build the base contact model | Lester Caine | 1 | -187/+1 | |
| 2010-10-18 | Tidy installer to current format and initialize with a useful base set of ↵ | Lester Caine | 1 | -32/+51 | |
| cross reference identities. | |||||
| 2010-10-18 | Merge bewteen machines | Lester Caine | 1 | -1/+7 | |
| 2010-10-18 | Major overhaul of contact. Main problem was moving from the older bw formats ↵ | Lester Caine | 50 | -736/+3149 | |
| of working up to the latest standards. Using gContent and pageInfo hashes directly in templates. Other rebuilds have gone on. This is still work in progress and a full user manual will be added. | |||||
| 2010-10-18 | Address handling moved to helper package | Lester Caine | 1 | -461/+0 | |
| 2010-10-06 | Merge with other development machine | "Lester Caine ext:(%22) | 7 | -9/+180 | |
| 2010-10-06 | Update README file | "Lester Caine ext:(%22) | 1 | -1/+7 | |
| 2010-10-05 | GUI for sage data loader | Lester Caine | 2 | -0/+64 | |
| 2010-10-05 | Trim cvs files not no used ( need to work out how to get hggit to ignore the ↵ | Lester Caine | 1 | -2/+0 | |
| same .csv files ) | |||||
