|
4d3132e151
|
Render etymology in public view
|
2020-05-03 23:25:40 -06:00 |
|
|
006f020424
|
Put etymology in new words_advanced table
|
2020-04-30 00:28:30 -06:00 |
|
|
d4e7df495d
|
Merge branch 'master' into new-features-wave-2
|
2020-04-29 23:07:45 -06:00 |
|
|
ed9eba7137
|
Fix mistake that prevented last_updated from being set
|
2020-03-03 20:59:20 -07:00 |
|
|
c25114b9fd
|
Parse word references in all Details notes fields
|
2019-12-13 10:39:44 -07:00 |
|
|
981490473f
|
Process etymology field in the backend
|
2019-10-01 14:53:15 -06:00 |
|
|
9d08bbb337
|
Fix some things that have caused errors to get logged
|
2019-08-26 15:39:21 -06:00 |
|
|
8f864fda67
|
Return original default parts of speech to avoid confusion
|
2019-07-14 11:03:19 -06:00 |
|
|
6fed4dd4fb
|
Move wordStats to backend for public view
|
2019-07-11 17:18:06 -06:00 |
|
|
e490ef08d3
|
Pull public dictionary functions into separate file; sort on backend
|
2019-07-11 13:07:24 -06:00 |
|
|
0811dbde08
|
Add alphabetical order to database
|
2019-07-11 10:30:21 -06:00 |
|
|
9ca6ef15d7
|
Add Custom CSS field
|
2019-07-11 10:30:20 -06:00 |
|
|
a2542fe7a1
|
Add Phonology Notes
|
2019-07-11 10:30:20 -06:00 |
|
|
45e9e5230c
|
Correctly show/hide homonymn number
|
2019-07-11 10:30:17 -06:00 |
|
|
850b042d6b
|
Do reference parsing and orthography translation on backend for public view
|
2019-07-11 10:30:17 -06:00 |
|
|
4f9f4a97ad
|
Set up orthography translation
Also fix dictionary description not auto-linking
|
2019-07-11 10:30:15 -06:00 |
|
|
1c2570684d
|
Change phonotactics exceptions to notes where used
|
2019-07-11 10:30:15 -06:00 |
|
|
bc672a564a
|
Change dictionary even if current_dictionary is selected
|
2019-07-11 10:30:14 -06:00 |
|
|
2f96084b4a
|
Various fixes/notes for server compatibility
|
2019-07-11 10:30:12 -06:00 |
|
|
6e24fca1bd
|
Assorted minor fixes
|
2019-07-11 10:30:10 -06:00 |
|
|
cbd22c5ee0
|
Fix User->upgradePassword() missing user
|
2019-07-11 10:30:08 -06:00 |
|
|
ea61ba24bd
|
Write and test migration script; Update readme
|
2019-07-11 10:30:08 -06:00 |
|
|
0eaf289abc
|
Change user dates to datetime format
|
2019-07-11 10:30:07 -06:00 |
|
|
7c5c33c54f
|
Move router.php to root; use realpath for file refs
|
2019-07-11 10:30:05 -06:00 |
|
|
8c39d05c13
|
Finish up password reset
|
2019-07-11 10:30:02 -06:00 |
|
|
9e993be503
|
Rename view.html for the router to template-view.html
|
2019-07-11 10:30:02 -06:00 |
|
|
ffdd008344
|
Make sure php files can be used anywhere
|
2019-07-11 10:30:01 -06:00 |
|
|
3340c96507
|
Start writing password reset
|
2019-07-11 10:29:58 -06:00 |
|
|
37689fdab1
|
Replace leftover isComplete with theme
|
2019-07-11 10:29:58 -06:00 |
|
|
e9cf9653be
|
Parse references on backend for view
|
2019-07-11 10:29:52 -06:00 |
|
|
eb0dd669bb
|
Correctly link public word references
|
2019-07-11 10:29:52 -06:00 |
|
|
1872fffba8
|
Add public word view
|
2019-07-11 10:29:52 -06:00 |
|
|
dafecd9582
|
Add failed login lockout
|
2019-07-11 10:29:52 -06:00 |
|
|
4bdeff3296
|
Add error message if public dictionary not found
|
2019-07-11 10:29:50 -06:00 |
|
|
6154510af6
|
Load and render public dictionary correctly
|
2019-05-28 00:12:17 -06:00 |
|
|
373414d5c0
|
Fix dictionary not returning alphabeticalOrder;
Needs fix to include in db!
|
2019-05-28 00:11:38 -06:00 |
|
|
bed665f448
|
Remove hashing dictionary id
Randomizing id should be enough security, plus it makes .htaccess easier
|
2019-05-27 23:50:26 -06:00 |
|
|
1bc75f2256
|
Make view.html a template for router.php to use
Also add public_name to Dictionary->getPublicDictionaryDetails()
|
2019-05-27 22:52:50 -06:00 |
|
|
d1b123317f
|
Start non-invasive work on public viewing
|
2019-05-24 18:50:31 -06:00 |
|
|
b1140eebb7
|
Remove isComplete option, always default to false
|
2019-05-24 15:09:57 -06:00 |
|
|
d3ef16b947
|
Correctly sync dictionary on login and create account
|
2019-05-24 11:34:11 -06:00 |
|
|
33e9193abb
|
Add delete dictionary from server with switching
|
2019-05-24 10:53:51 -06:00 |
|
|
d665f861a2
|
Allow changing password from account settings
|
2019-05-24 10:53:50 -06:00 |
|
|
941ba76ac8
|
Allow updating account info
|
2019-05-24 10:53:50 -06:00 |
|
|
24a5baa545
|
Set up change dictionary
|
2019-05-24 10:53:48 -06:00 |
|
|
f8b9503960
|
Validate token if one exists; Save account data
|
2019-05-24 10:53:41 -06:00 |
|
|
aee0f81d3c
|
Add additional messaging to delete-words error
|
2019-05-23 16:08:07 -06:00 |
|
|
f6a6a8cc0b
|
Add lastUpdated and createdOn if missing on import/migrate
|
2019-05-23 16:07:59 -06:00 |
|
|
c5bdfa5450
|
Change externalId to externalID for backwards compatibility
|
2019-05-23 14:20:54 -06:00 |
|
|
401779adb1
|
Fix variable typo in Dictionary->getDetails()
|
2019-05-23 12:04:29 -06:00 |
|