Lee
d1c50f00a0
Admin template update
...
- Reformatted with short array syntax.
- Removed duplicate menu item
- Removed 'menu' from array - use 'link' as the array or link.
- Added logo
2020-05-23 03:03:15 +01:00
Lee
bd9d3154db
Code cleanup
...
-Removed unneeded/duplicate dependency files.
2020-05-23 02:54:58 +01:00
Lee
1f0b4425a4
Code cleanup
...
- Relocated html5shiv.js (v3.7.3) and respond.js (v1.4.2)
- Removed unneeded/duplicate dependency files.
2020-05-23 02:47:12 +01:00
Lee
47bfea4c56
Dependency Update
...
Updated:
- AdminLTE (v3.0.4)
- Bootstrap (v4.4.1)
- DataTables (v1.10.21)
-- Split DataTables for admin pages and website to fix layout formatting issues.
2020-05-23 02:28:38 +01:00
slawkens
416de6b584
Update admin.items.html.twig
2020-05-14 23:16:05 +02:00
Lee
3d3d141b25
bootstrap JS fix
...
-fixes the editor tabs etc not working
2020-05-10 18:11:38 +01:00
slawkens
2ff56c17e3
Added some fancy spinner to items loader
2020-05-10 12:39:06 +02:00
slawkens
fb326d0354
Change input type of account_login to text
...
This fixes autofill by Chrome and other tools
2020-05-10 11:45:55 +02:00
slawkens
e84933cf26
Ignore index.html in logs viewer
2020-05-10 11:45:04 +02:00
slawkens
8e04328482
Add executing missing migration on install
...
This fixes missing rules on clean install
2020-05-09 14:07:53 +02:00
slawkens
d148b71f0f
Fixes in create new character nick
...
+ fixed config.character_name_min/max_length being ignored in change_name.php
2020-05-09 14:07:53 +02:00
Lee
4e68838172
CreateChar Fix
...
-checks if name has double space on create character (#121 )
2020-05-07 19:09:56 +01:00
Lee
d281fc588b
Fixes
...
-As requested the datatables and bootstrap files have been moved into the tools folder
-Fixed spells and creatures datatable.
-Double space in name fix.
2020-05-07 01:36:56 +01:00
slawkens
1799ef42a7
Add system/data to .gitignore
2020-05-06 19:55:31 +02:00
slawkens
a0d5a863e0
Remove useless tabbing
...
Just removed tabs, nothing else..
2020-05-01 13:03:34 +02:00
slawkens
df59b104db
Fix cancel change email request
...
Thanks to OtLand user anyeor
2020-04-21 00:22:50 +02:00
slawkens
e7e327c238
Fix some small typos on admin.menus
2020-04-20 23:31:06 +02:00
slawkens
ee6e68d0bf
Fix exception when characters.frags enabled on TFS 1.x
2020-04-20 22:35:41 +02:00
Lee
d7333b3f21
Update accounts.php
...
Fix for accounts.php type not found.
2020-04-06 15:08:52 +01:00
Lee
375bd58a0c
Admin Update
...
-Account limit fix
-Player editor full player table.
2020-04-02 20:54:20 +01:00
Lee
cddd915adf
Admin fixes
...
-login/logout error fix
-debugging code removed
2020-04-02 18:44:15 +01:00
Lee
9e0ad271f6
Update adminlte.min.css
...
case sensitive fix
2020-04-02 15:54:16 +01:00
Lee
a0afeb2a7a
Update accounts.php
...
-Bans table error
-Fix for #114
2020-04-02 14:52:38 +01:00
slawkens
7c208b38ed
Add example quest
2020-04-02 15:26:39 +02:00
Lee
eaa11c68f3
Admin Panel Updates
...
- Updated Admin Panel to Bootstrap 4.
- Code cleanup
- Rewrote menu generation code
- Added top 10 coins, top 10 premium points, last 10 logins to modules page.
- Added full account list to Account editor
- Added load outfits from XML to player editor and lists all enabled outfits in editor (will default to textbox if array of outfits do not exist)
- Added tabs to account editor - account, characters,store history, bans(this is based off the bans.php page so will not work on TFS 0.2/1.0)
- Updated datepickers to display the actual date rather than unix time.
- Added last 10 posts to player editor
2020-03-31 02:03:16 +01:00
slawkens
92c0671da2
Fix for TFS 0.4 guilds creation
...
Where guilds.checkdata and motd doesn't have default value
2020-03-28 10:03:31 +01:00
slawkens
33d7a0436b
Fix when HTTP_HOST is not set
...
Can happen on some old versions of HTTP protocol
2020-03-27 22:32:10 +01:00
slawkens
0525295d7e
Fix admin links in featured article
2020-03-26 02:56:29 +01:00
slawkens
87e54ac14f
Fix news not updating after adding in admin panel
2020-03-26 02:45:34 +01:00
slawkens
e7fa5eb38a
Log query time in database_log
2020-03-26 02:03:32 +01:00
slawkens
71b4f4a64a
Add outfit to highscores box in tibiacom template
2020-03-23 15:46:43 +01:00
slawkens
64de46943b
Remove unused myaac_commands table from schema
2020-03-21 06:00:21 +01:00
slawkens
90d691f251
Update CHANGELOG.md
2020-03-21 05:16:47 +01:00
slawkens
df2d83b8a0
Fix updating template menus on template change
2020-03-21 05:16:12 +01:00
slawkens
ab94d0e752
Fix OTS_House houseid parameter
2020-03-17 22:41:37 +01:00
slawkens
b4645553f2
Update to 0.8.2-dev
2020-03-14 23:23:14 +01:00
slawkens
324ebcc997
Fix show character indicator in check_name.js
2020-03-14 22:36:19 +01:00
slawkens
b7bb570420
Fix change info when config.account_country is disabled
...
Some PHP warnings and notices
2020-03-14 14:24:14 +01:00
slawkens
c991e085d4
Add $_SERVER['REQUEST_URI'] to database.log
2020-03-14 13:52:01 +01:00
slawkens
4e935719d3
Change account_login input type from password to text
...
This allows for browsers to save username & password
2020-03-14 13:51:47 +01:00
slawkens
22b71ae477
Fix houses list View button
2020-03-14 11:33:48 +01:00
slawkens
305884b5ee
Release 0.8.1
2020-03-10 00:34:03 +01:00
slawkens
9c143a3461
Fix reloading creatures
2020-03-10 00:27:46 +01:00
slawkens
d94499af86
Fix displaying spells when level = 0
2020-02-29 23:14:42 +01:00
slawkens
91fd6cb4e6
Update CHANGELOG.md
2020-02-28 22:23:52 +01:00
slawkens
fcfad7cef9
Fix #108
2020-02-28 22:11:04 +01:00
slawkens
7424901aca
Change tooltip css class to item_image (bootstrap conflict)
2020-02-28 21:50:21 +01:00
slawkens
8c680608ff
Fix more PHP warnings and notices
2020-02-28 21:49:47 +01:00
slawkens
f8ef1b3b61
Remove duplicate css code
2020-02-28 21:29:43 +01:00
slawkens
2c114aa559
Fix some PHP warning
2020-02-28 20:20:56 +01:00