Commit Graph

220 Commits

Author SHA1 Message Date
alvarenga.milton
03ae41b78d Improved install process removing SQL code from process.php file and creating one file per database type 2019-03-03 16:13:26 -03:00
xevidos
dfed2269c9 Added postgresql pull request 2019-03-03 11:40:56 -05:00
xevidos
bbc3cdb9bc Started work on an invalid character solution for files. 2019-03-03 11:38:22 -05:00
xevidos
0a7fbcb2d7 Merge branch 'master' into 'development'
Adapting install process to support postgresql

See merge request xevidos/codiad!4
2019-03-03 16:37:21 +00:00
alvarenga.milton
c1db00a938 Adapting install process to support postgresql 2019-03-01 09:01:05 -03:00
xevidos
53026ba69e Added exits instead of echo returns. 2019-02-13 13:42:43 -05:00
xevidos
b4f42db8fa Attempt at fix for response headers too big on some servers, 2019-02-13 12:08:51 -05:00
xevidos
2307466e7b Updated update option function to support non user options. 2019-02-10 22:49:20 -05:00
xevidos
4298962b14 Finished user access switch in users panel. 2019-02-10 18:10:21 -05:00
xevidos
3d122eb296 Updated ReadMe, Updated is admin check, Added initial change user access ability, Started updating update script for new sql methods, Reformatted user init.js indentation, Reformatted indentation on user dialog. 2019-02-10 00:35:15 -05:00
xevidos
a9dc1e2815 Merged remote requests 2019-02-09 17:29:44 -05:00
xevidos
351c9dd935 Merge branch 'patch-1' into 'development'
Update class.update.php - Fixed mistyped on class attribute name

See merge request xevidos/codiad!1
2019-02-09 22:11:44 +00:00
xevidos
b5409e9f72 Merge branch 'patch-2' into 'development'
Update README.md

See merge request xevidos/codiad!2
2019-02-09 22:06:18 +00:00
xevidos
4c46d82f03 Removed beta admin components, Removed checks for users and projects files, Updated user_workspace variable 2019-02-09 16:18:50 -05:00
xevidos
81338b1e65 Changed $path to __DIR__ for config location, Updated auto reload variables, Removed unload listener for auto reload, Changed project default to array so that if no projects exist the program does not crash, Updated autosave to use let instead of vars, Fixed capitalization for sideExpanded variable, Added try catch to pdo initialization on install, Added more error checks on install, Removed password function on install query, Changed default settings array, Added loading div to user delete, Updated queries that threw errors when a default value was zero, Added blank username and password check, 2019-02-09 16:14:27 -05:00
milton alvarenga
34079d47b3 Update README.md 2019-02-09 17:58:55 +00:00
milton alvarenga
1f9a698521 Update class.update.php - Fixed mistyped on class attribute name 2019-02-09 17:12:17 +00:00
xevidos
10f2bcb86b Added auto reloading preview window as an option, Converted showing and hiding of loading icon to jquery, Reformatted system settings page. 2019-02-07 13:55:17 -05:00
xevidos
a0105544c0 Removed debug code, Updated contribution guidelines, Updated autosave to remove polling, Fixed renaming projects issue, Added rescans to some file manager functions, Added setting that keeps track of projects side panel being open or closed. 2019-02-06 17:52:49 -05:00
xevidos
5ae4c4c0d9 Reverted autosave component, Fixed new duplicate function, Started work on delete contents issue and rescan not updating, Added more publish events. 2019-02-05 23:04:14 -05:00
xevidos
27111047be Removed grave character from queries 2019-02-04 17:35:54 -05:00
xevidos
069a097c75 Removed misc dev files, changed over to PDO, added more functionality to the message object, Fixed absolute path issue, Updated autosaving to use built in save function, Changed duplicating file to have the same filename with a number afterwards, Refactored keybindings file so that we can start adding more in, Changed yes-no to on-off for autocomplete, Removed deprecated password function allowing the application to handle all password encryption instead of a mix of application and database. 2019-02-04 16:47:50 -05:00
Isaac Brown
8fa741a9d6 Merge branch 'development' into 'master'
Fixed listener not removing after context menu closes

See merge request xevidos/codiad!26
2019-01-22 14:43:59 -05:00
xevidos
e2683fa5c7 Fixed listener not removing after context menu closes 2019-01-22 14:43:05 -05:00
Isaac Brown
e97b893c4c Merge branch 'development' into 'master'
Fixed issue where context menu showed incorrect slides, Fixed accidental...

See merge request xevidos/codiad!25
2019-01-22 14:22:14 -05:00
xevidos
1e1726f3e2 Fixed issue where context menu showed incorrect slides, Fixed accidental closing of context menu, Fixed update message not showing. 2019-01-22 14:21:20 -05:00
Isaac Brown
fd3a791ce9 Merge branch 'development' into 'master'
v.2.9.3.3 Added context menu to editor

See merge request xevidos/codiad!24
2019-01-19 19:22:58 -05:00
xevidos
a5448f813b Updated version number 2019-01-19 19:17:05 -05:00
xevidos
4c26d4b10a Fixed error coming up when editor context menu was triggered while no files were open. 2019-01-19 19:13:17 -05:00
xevidos
2e1d7ea559 Worked on editor custom context menu, Added in basic sorting selection. 2019-01-19 19:02:11 -05:00
xevidos
81c3d8d4f9 Started adding context menu to editor and active files. 2019-01-18 00:32:10 -05:00
Isaac Brown
325f971572 Merge branch 'development' into 'master'
Fixed issue where settings would not load after update.

See merge request xevidos/codiad!23
2019-01-15 11:02:30 -05:00
xevidos
eb9d51e9be Fixed issue where settings would not load after update. 2019-01-15 11:01:55 -05:00
Isaac Brown
00b1b56bee Merge branch 'development' into 'master'
Updated docs, fixed issue where autosave trigger was not saving.

See merge request xevidos/codiad!22
2019-01-15 10:35:50 -05:00
xevidos
08aab5dfb6 Updated docs, fixed issue where autosave trigger was not saving. 2019-01-15 10:33:59 -05:00
Isaac Brown
664654c6b5 Merge branch 'development' into 'master'
Remove file extensions modifier until recode due to issues with module, Switched to Ace\'s module detection system, Added a multi line option for find and replace, Fixed Delete contents button

See merge request xevidos/codiad!21
2019-01-15 08:36:31 -05:00
xevidos
359297af7b Remove file extensions modifier until recode due to issues with module, Switched to Ace\'s module detection system, Added a multi line option for find and replace, Fixed Delete contents button 2019-01-07 17:51:14 -05:00
xevidos
3bae8c29fe Added initial mobile touchpunch, Added a loading gif for when saving settings, fixed issue where password dialog would not close when saving password, Removed settings no longer used, Fixed sidebar setting not being loaded, added a double click of sidebar to reset default position, 2018-12-21 11:43:51 -05:00
Isaac Brown
1370580918 Merge branch 'development' into 'master'
Fixed install errors

See merge request xevidos/codiad!20
2018-12-14 13:08:31 -05:00
xevidos
4991c0c76c Fixed install process errors after upgrade. 2018-12-14 13:08:07 -05:00
xevidos
8faec8dbe8 Updated readme, Fixed 500 error on install process, removed error reporting causing the update to say failed. 2018-12-14 12:30:04 -05:00
Isaac Brown
48d183bbe2 Merge branch 'development' into 'master'
Updated Readme for clarity, changed version number.

See merge request xevidos/codiad!19
2018-12-12 13:54:30 -05:00
xevidos
a50ddaaaf7 Updated Readme for clarity, changed version number. 2018-12-12 13:53:48 -05:00
Isaac Brown
5bf3c9bdcb Merge branch 'development' into 'master'
Fixed find not focusing automatically, fixed updater showing error when there…

See merge request xevidos/codiad!18
2018-12-12 11:10:40 -05:00
xevidos
db8006f673 Fixed find not focusing automatically, fixed updater showing error when there was no error, Fixed column that was showing due to failure to remove. 2018-12-12 11:10:15 -05:00
Isaac Brown
e2dd07a6bc Merge branch 'development' into 'master'
Added removal of old autocomplete module to updater.

See merge request xevidos/codiad!17
2018-12-12 10:34:57 -05:00
xevidos
dbbc1a8001 Added removal of old autocomplete module to updater. 2018-12-12 10:34:37 -05:00
Isaac Brown
7bb0965911 Merge branch 'development' into 'master'
Finalizing Database Update

See merge request xevidos/codiad!16
2018-12-12 10:31:26 -05:00
xevidos
1387c71608 Fixed 500 error on project controller, Updated updater, Added Live auto complete to default settings. 2018-12-12 10:30:14 -05:00
Isaac Brown
7612a5f8fc Merge branch 'development' into 'master'
Fixed database update issues

See merge request xevidos/codiad!15
2018-12-11 18:58:11 -05:00