|
|
|
@767
|
[767]
|
2 years |
brieb |
* Turned off all warnings and errors when not in debug mode. This is for …
|
|
|
|
@745
|
[745]
|
2 years |
brieb |
* implemented patch from #398 (small typos and bugs)
* reinstated debug …
|
|
|
|
@741
|
[741]
|
2 years |
brieb |
* updated Kreotek Contact information
* fixed new install menu access for …
|
|
|
|
@703
|
[703]
|
2 years |
brieb |
* Rearranged payment processing routine to be more flexible. It now needs …
|
|
|
|
@699
|
[699]
|
2 years |
brieb |
* Added more severe checking for encrytion key file
* Added security tips …
|
|
|
|
@648
|
[648]
|
3 years |
nate |
* Fixed sql statement.
|
|
|
|
@647
|
[647]
|
3 years |
nate |
* Logging now works using user uuids instead of ids.
* Removed commented …
|
|
|
|
@645
|
[645]
|
3 years |
nate |
* Added pushrecords table. This will store server/script information and …
|
|
|
|
@625
|
[625]
|
3 years |
nate |
* Bug fix related to the bms having no encryption path.
* Update error …
|
|
|
|
@622
|
[622]
|
3 years |
nate |
* Initial implementation of a way to encrypt / obfuscate payment …
|
|
|
|
@589
|
[589]
|
3 years |
brieb |
* fixed notes add/edit display problem when attachedtabledefid is not …
|
|
|
|
@526
|
[526]
|
3 years |
brieb |
* Reorganized configuration (adminsettings) screen into accordian sections …
|
|
|
|
@525
|
[525]
|
3 years |
brieb |
* Initial implementation of API interface as a new module. It is now …
|
|
|
|
@517
|
[517]
|
3 years |
brieb |
* Added initial support for custom fields
|
|
|
|
@515
|
[515]
|
3 years |
nate |
* removed widget's default import
* For new tabledefs, the import command …
|
|
|
|
@485
|
[485]
|
3 years |
nate |
* Merged Nathan branch back into trunk.
|
|
|
|
@402
|
[402]
|
4 years |
brieb |
* Fixed adding blank line after adding a previous product display on sales …
|
|
|
|
@401
|
[401]
|
4 years |
nate |
Cleaned up code and fixed a spelling error.
|
|
|
|
@388
|
[388]
|
4 years |
brieb |
Fixed phpverion checking problem.
|
|
|
|
@384
|
[384]
|
4 years |
brieb |
Pre v0.96 check in:
* Added support for multiple addresses
* Added link …
|
|
|
|
@356
|
[356]
|
5 years |
brieb |
Pre v0.92 commit.
Implements #208 - Receipt PDF report
Fixes #203 - Saved …
|
|
|
|
@349
|
[349]
|
5 years |
brieb |
Fixed problem with reserved constant in certain PHP versions.
If you load …
|
|
|
|
@347
|
[347]
|
5 years |
brieb |
Fixed problems with updating from versions previous to v0.8
Fixed logging …
|
|
|
|
@344
|
[344]
|
5 years |
brieb |
Wrongly uncommented out APP_DEBUG variable (that was the old method), …
|
|
|
|
@332
|
[332]
|
5 years |
brieb |
Fixed setting of client credit by default
Turned off debug mode.
|
|
|
|
@311
|
[311]
|
5 years |
brieb |
Added initial accounts receivable system.
Fixed IE 6 & 7 discrepencies. …
|
|
|
|
@308
|
[308]
|
5 years |
brieb |
Implements #180 - ical format for event list.
Fixes #181 - repeating …
|
|
|
|
@304
|
[304]
|
5 years |
brieb |
Fixed setting of session cookie, when application name contains invalid …
|
|
|
|
@296
|
[296]
|
5 years |
brieb |
Modified setting path for window machines.
|
|
|
|
@294
|
[294]
|
5 years |
brieb |
Fixed #174 - Pound Symbol not showing correctly on PDFs
Fixed API …
|
|
|
|
@290
|
[290]
|
5 years |
brieb |
Fixed various small bugs and mispellings.
|
|
|
|
@287
|
[287]
|
5 years |
brieb |
Fixed choicelist javascript calls.
Fixed install/update SQL.
Fixed return …
|
|
|
|
@285
|
[285]
|
5 years |
brieb |
Merging object oriented branch back into trunk.
|
|
|
|
@249
|
[249]
|
5 years |
brieb |
Fixes spelling mistake #144.
Fixes javascript error in shipping #134. …
|
|
|
|
@246
|
[246]
|
5 years |
brieb |
Put in structure for JSON based external API access.
|
|
|
|
@238
|
[238]
|
5 years |
brieb |
Apparently, php does not like dots (.) or spaces in the session name.
|
|
|
|
@237
|
[237]
|
5 years |
brieb |
Fixes #108
|
|
|
|
@206
|
[206]
|
5 years |
brieb |
Fixed install problems with scheduler.
Fixed convert to invoice function. …
|
|
|
|
@204
|
[204]
|
5 years |
brieb |
Updated copyright. info and requirement pages
|
|
|
|
@203
|
[203]
|
5 years |
brieb |
Updated errors with update process.
Added backward compatibility with PHP …
|
|
|
|
@200
|
[200]
|
5 years |
brieb |
Implements #79, #83
|
|
|
|
@199
|
[199]
|
5 years |
brieb |
Provides more progress towards scheduled jobs implementation.
|
|
|
|
@193
|
[193]
|
5 years |
brieb |
Fixes #80. Converted the BMS to use UTF-8 Where available (except fpdf …
|
|
|
|
@190
|
[190]
|
5 years |
brieb |
Fixes #78. Adds client user name and password entry back into client …
|
|
|
|
@180
|
[180]
|
5 years |
brieb |
Implemented #43.
|
|
|
|
@177
|
[177]
|
5 years |
brieb |
Updated client table creation. Fixed syntax errors.
|
|
|
|
@170
|
[170]
|
6 years |
brieb |
Implements #20. Needs heavy testing on install/update and trying different …
|
|
|
|
@169
|
[169]
|
6 years |
brieb |
updated CSS and XHTML compliance for help, info, requirements pages. …
|
|
|
|
@166
|
[166]
|
6 years |
brieb |
Fixed #40. Fixed session variable mismatch problem.
|
|
|
|
@150
|
[150]
|
6 years |
brieb |
updated CSS and XHTML compliance for users. Updaed CSS and XTML compliance …
|
|
|
|
@145
|
[145]
|
6 years |
mipalmer |
Setting SVN Revision, Last Change Author, and Last Changed Date
|
|
|
|
@77
|
[77]
|
6 years |
mipalmer |
Reorganizing for multiple projects
|
|
copied from trunk/include/session.php:
|
|
|
|
@69
|
[69]
|
6 years |
brieb |
- Updated Date and Time parsign via javascript.
|