2008-10-05 olof Make login html adaptable, first application specific, then login, and finally defailt.
2008-10-05 olof Don't log password - might be valid elsewhere.
2008-10-04 olof Spelling error, ')' in wrong place.
2008-09-30 olof Added tag r2_alpha for changeset 5f287c402766
2008-09-30 olof Removed one to many unscape here... r2_alpha
2008-09-30 olof Finish sentence in manual...
2008-09-30 olof Improve the customer editing section a bit, add graph instructions for adaptation chapter.
2008-09-30 olof Start switching role page over to being the main editing page - still lots of work left, so leave the original edit page intact for now.
2008-09-30 olof Add template handling to inline editing, fix some utf-8 issues.
2008-09-29 olof Add very simple (and mostly useless) graph to login page to have a sample graph
2008-09-29 olof Add lib to show simple graphs - using flot on the client.
2008-09-29 olof Style inline editing a bit.
2008-09-29 olof Move the no-descript on activity fix to a better place. Where it works.
2008-09-28 olof Add inlineForm and inlineField to customer view and search results. Gives direct edit to both.
2008-09-28 olof Add inlineForm and inlineField in templates.
2008-09-28 olof Allow direkt pk values to be sent to get a keyvalue string, not just rows.
2008-09-28 olof Add charset and quote style to html entities.
2008-09-28 olof Default charset is now utf8
2008-09-24 olof First version of inline form editing, need to use it somewhere. And stlyle it up abit.
2008-09-22 olof Setup fixes: Admin user now has a name, full access, and the list of access items is included..
2008-09-21 olof Added tag r1_alpha for changeset 90a0d17b69ec
2008-09-21 olof Earlier change in department link wasn't reflected in user search result. Updated. r1_alpha
2008-09-21 olof setting included needed here as well for date fields.
2008-09-21 olof Customer edit form wasn't showing due to missing argument.
2008-09-20 olof Added makefile and script to build tarball for releases. Added README and INSTALL files for tarball.
2008-09-20 olof Switch to HG in unused script.
2008-09-20 Olof Tjerngren Set default descption in calendar if it's missing.
2008-09-20 olof Add required systemsettings to this validation.
2008-09-20 olof Missing config 24-am/pm defaults to 24 hour view instead of error.
2008-09-20 olof Add delete to nwd's, sometimes you want to remove one.
2008-09-20 olof Added NWD handling, fixed so it's shown correctly in daily/weekly calendar views. Activate configurable 24hrs - am/pm format selection for times.
2008-09-20 olof Add calendar views and NWD info to the manual.
2008-09-19 olof Fix options for default calendar view and activate it so it does what you'd expect.
2008-09-19 olof Added weekly and daily views for the web-calendar stuff. Still primitive...
2008-09-18 olof Fixed problem with linked data not being presented properly. An idiot fix for now, real fix is probably modifying css code to make it fit without a reset css being present.
2008-09-18 olof Added calendar subscriptions, up to five subscriptions possible for each user, each with it's own colour when seen in the montly calendar view.
2008-09-18 olof Make sure the template code will call the parent for checkContent as well as the others, in case we want to add something there.
2008-09-18 olof Allow using/on clause on table without require this being used with a base table - handy for some filtering. Allow globals values to be included in on terms.
2008-09-16 olof Make it possible to select who this activity refers to. Default is current user.
2008-09-14 olof Products and related tables added, with still primitive interface, it works but needs more attention to be really useful.
2008-09-14 olof Remove check for non-existing tables, new access control used now.
2008-09-13 olof Menu option to check for untracked tables in the database. Catches removed tables and left-over manual work in the database
2008-09-09 olof Fix calendar to match the manual in how timezone is handled. Add css classes to style status to keep them separate. Pick a new color for background - got tired of gray.
2008-09-09 olof Make sure timezone info is always available in act records.
2008-09-09 olof Update timezone method to how it should be now.
2008-09-09 olof Add check that system config is complete.
2008-09-09 olof Run the validation before empty row is sent to the form to prefill data. Update act validation to prefill tz values.
2008-09-08 olof Fixed calendar problem, index was used to load existing activity, changing it broke that.
2008-09-08 olof Added calendar and date update info to manual.
2008-09-08 olof Added username to editable field, need to edit that to setup new users...
2008-09-08 olof Remove array sorting for displaying days events, the array arrives sorted. Make assoc array to avoid possible sorting for the same reason.
2008-09-07 olof Update calendar and date entry fields. Use free text entry parsed. Set today/now to default base date for relative dates. Use the datejs lib for freetext dates.
2008-09-07 olof excess newline
2008-09-07 olof Include the template engine, it's used here too.
2008-09-02 olof Update extjs to version 2.2
2008-09-01 olof Missing template include, templates didn't work.
2008-09-01 olof Remove call to old link create function, most of output not used and it didn't work anyway...
2008-08-31 Olof Tjerngren Make it work even if no groups are defined.
2008-08-31 olof Added item that on it's own will give full access. Updated the setup program to set that access to the admin user if no access exists. Fixed a spelling error in the db structure and returned a better default if you logged in without having any access.
2008-08-31 olof ACL - Access control added. The bin/ file loads the menu for use in the interface. share/acl is the main code. menuparser.php updated to take the info into account and only give an approved menu back.