-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathChangeLog.txt
101 lines (90 loc) · 4.29 KB
/
ChangeLog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
----------------------
Version 1.3.0 r172
----------------------
Uses https for api fetches.
API Caching now works (sort of - cached until is assumed to be 1 hour)
Added rule to match against corp CEO's in an alliance.
Fixed Skill based rules
Added checks to see if API is already registered against another forum account and to fail if it is.
Added checks to see if a fetched character is already listed against a different api key.
----------------------
Version 1.2.1 -> 1.3.0 (dev)
----------------------
New Features
- Jabber Registration
- Added Important Upgrade Notes to info page
- Support for new API system, Stop old getting added but still supports current stored
Bug Fixes
-
----------------------
Version 1.2.0 -> 1.2.1
----------------------
New Features
- EVE Avatar size is now selectable under administrator settings
- Full member Check now limits to 50 per run and cycles, Cron has built in time manager
- TS Section now works with API area disabled (good for none eve use)
- Online reg Method for TS now removes old Accounts
- You can now Alter permissions for viewing and editing API Page
- Full Check now runs with a limit of 25 Seconds, and auto Refreshes if Manual
- You can now Get an Update by Clicking Download under TEA Admin info page
- Added Custom Format for adding tags to Name or title
- Main Character now Auto Selects when adding first API under profile
Bug Fixes
- Fixed Bug with Character Selection on Profile Were if you had no API then you couldnt add 1 (Fix by monorailpilot)
- Added a command during install of package to chmod the xmlhttp file
- Fixed undefined errors due to missing skills in TEA_SkillDump.php
- Added excape for Javascript variable for when people use ' in rule names
- Fixed Error where actual user groups was used and not selected user for TS reg
- Fixed issue with overlapping copyright
- Fixed but were main character selection under TS always used default format
- Fixed a bunch of undefined errors including the one in crons
- Name to Reg and Check in TS is now Shortened to 30 if longer
- Removed Corp Description as some can Break XML
- Fixed a bug causing error when no titles found
- Fixed issue with tea function being called in other areas of profile
----------------------
Version 1.1.2 -> 1.2.0
----------------------
New Features
- TeamSpeak 3 Support, This includes Registering via User uniqueKey or being on the server and having it find you
Also Maintains users Access, will smf and Ts group linking, and can enforce nicknames
- Added Setting of a Main Character and Improved the Realname and Avatar Setting Options
- Added TEA to profile dropdown menu
Bug Fixes
- Fixed bug that showed full forum page instead of character list when registering
----------------------
Version 1.1.1 -> 1.1.2
----------------------
New Features
- Now Supports Sockets to get data from eveonline if curl not installed
Bug Fixes
- Run Table Check on Upgrade
- Removed use of split() function as its deprecated
- Fixed Avatar to new address
- Fixed check for esam upgrade
- Added a check for open_basedir and safe_mode when using CURLOPT_FOLLOWLOCATION
- Fixed check for existing cache functions
- Removed a bunch of undefined errors
- Fixed bug were charid wasnt saved under settings
- Fixed Standing to New type (contacts)
- No Longer caching standing and alliance list in Database as they can be too large, and they are already cached in a file
----------------------
Version 1.1.0 -> 1.1.1
----------------------
New Features
- Added Check that Character is Selected if Api is Entered during registration
- Added xml Cache
- Added Option to Lock Avatars to Eve Characters Only
- Added Ability to reorder Rules
- You can now pull Characters under Settings Page with out the need to save
- Corp Name and Alliance Name can be used in rules and it gets ID for you
- New Condition (Valid API) true for all valid API's
- Added the ability to do rules that are iver is or isnt
- Added Proxy Support (alternative API Server)
Bug Fixes
- Fixed a Bug with registration when charname has an apostrophe in it
- Changed Cron file to use Relitive path from File to get SSI.php
- Corp / Alliance ID under Setting is no Longer used and has been Replaced by Rules
- Additional groups no longer removed by api error caused by CCP server being down
- Fixed issue with username that are numeric
- Fixed Skill Check when % isnt used