Login
Sign Up


You are using the mobile version of the forum, some features have been disabled to have it responsive.
Limelight Reunion 2024 - v4b1Limelight Discord
Ares Defence Services Discord
Limelight Reunion 2024 - v4b1Limelight DiscordAres Defence Services Discord

receiptDevelopment Blog:

Development Contributor Workflow

receiptHR Blog:

What *are* they doing over there?

receiptTeacher Blog:

Insight into the Teacher Team

receiptDevelopment Blog:

Infrastructure Upgrade 11/2019

receiptDevelopment Blog:

how suggestions???

receiptDevelopment Blog:

Planning for the future.


This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Limelight Changelogs V2
Burnett radio_button_checked
Security Officer, CityRP2 Core Developer
Developer
Posts: 3,231
Threads: 201
Likes Given: 1423
Likes Recieved: 3283 in 976 posts
Joined: Aug 2015
Reputation: 45
#1
Jul 28, 2016, 07:56 PM
Good day Community.

Today, we proudly present you our brand new changelog-viewer. You may have heard of it before so this is it.


[Image: acILF9f.png]


New features:

+ Added indicators to visualize a new feature (green), an update (dark green), a bug-fix (yellow), a removed feature (red) and an exploit fix (dark red)

 [Image: UoQRCc3.png]


+ Added developer avatars

+ Added contributor avatars

+ Added indicators to determine whether an update is live
       The old version did not detect when a specific update went live. It just checked the latest revision. 
       However. This new version checks every single revision against the server.

[Image: J0CBBV3.png]

+ Added extensive support for hashtags (see developer-reference below)

[Image: eeiXsAl.png]

+ Access a page via URI (see user-reference below)

+ Revisions can be highlighted via URI  (see user-reference below) or click on it

[Image: yTjbY1y.png]

This version makes the overall interaction easier for developers and improves user experience.




User reference:

Access a specific page via URI:

Arguments: page=<NUM>

<NUM> = The page number

In order to access a page directly, just use the URI-format below:


Code:
https://limelightgaming.net/services/changelogs/index.php?page=<NUM>


Example:  https://limelightgaming.net/services/cha...php?page=3


Highlight a revision / multiple revisions:

Arguments: rev=<REV>

<REV> = The revision

Code:
https://limelightgaming.net/services/changelogs/index.php?rev=<REV>


Example:  https://limelightgaming.net/services/cha...p?rev=1091



Multiple revisions must be seperated by comma:

Arguments: rev=<REV>,<REV>,<...>

Example:  https://limelightgaming.net/services/cha...,1081,1079




Developer reference:

Hashtags:

From now on, developers may use hashtags in a commit to categorize items. 

For example: If a Developer wants to credit a contributor, the following hashtag must be used: #contrib:name
Same goes for related revision etc:  #rev:1111 #thread:334

Multiple hashtags and hashtag-values are supported. Examples:

#rev:114,115,116 #contrib:name 1,name 2 #cmd:/newcommand


Available hashtags:

#contrib:name or user forum id
#thread:thread id(s) / url(s)
#image:image url(s)
#rev:revision id(s)
#cmd:/command
#map:map name
#type:info|new|update|fix|exploit|remove





API reference:

Endpoint:

Code:
https://limelightgaming.net/services/changelogs/api.php


Available resources:  limit, skip, response

---------------------------------------------------------------------

Limit the results:

Arguments: limit=<NUM>

<NUM> = The limit

Example:  https://limelightgaming.net/services/cha...hp?limit=3


Skip results:

Arguments: skip=<NUM>

<NUM> = Where to skip from

Example:  https://limelightgaming.net/services/cha...php?skip=3


Fetch latest revision number (totals):

Arguments: response=total

Example:  https://limelightgaming.net/services/cha...onse=total

---------------------------------------------------------------------

You may combine the limit and skip options:

https://limelightgaming.net/services/cha...t=5&skip=3


UPDATES


Thursday, September 22nd, 2016, 12:15 pm 

Highlighted/filtered revisions are now separated from others. 

[Image: wNRYJsa.png]

You can also switch back to the full version.

In addition, an annoying bug has been fixed.

In our previous version, highlighted revisions got lost when the page number changed.
Therefore, you no longer need the "?page=" argument if you want to filter revisions.

Before: index.php?page=3&rev=1228

Now:  index.php?rev=1228

Same for additional revisions:  https://limelightgaming.net/services/chan...,1277,1280

In order to keep existing links functional, the changelog-viewer will automatically redirect those to the right format.

Also, you can now click on "related revisions"


[Image: zbVcd5U.png]




Wednesday, January 4th, 2017, 12:01 am 

Contributors are vital and I feel they deserve more attention.

Therefore I added labels to highlight contributors. Keep up the great work guys!

[Image: CeWYLip.png]




Sunday, June 25th, 2017, 09:55 pm 

+ fixed broken 'remote' avatars
+ improved avatar code to support https



Friday, June 30th, 2017, 01:48 pm 


[Image: qXuZaSI.png]


+ Added new hashtag called "type:<arg>"  to override the changelog auto-indication feature. 

#type:info|new|update|fix|exploit|remove

+ Added new type "info"

Use "#type:info" to set color to blue



Sunday, July 16th, 2017, 11:54 pm 

+ Added new hashtag called "image:<urls>"

[Image: Amhbnad.png]


+ Related revisions are being combined into a single url. Now it is easier to follow up on revisions

[Image: dHpmDLN.png]

[Image: a1aZybQ.png]





Timeline:

If you have questions regarding Limelight Gaming's&nbsp;security, infrastructure or backend related topics,
feel free to contact me directly via Discord or PM.
Please note that confidential information cannot be disclosed.

Burnett
(This post was last modified: Jul 21, 2017, 07:23 PM by Burnett. Edited 2 times in total. Edit Reason: added API reference )
The following 9 users Like Burnett's post:
  • Bambo, Brynn, Cameron, Faustie, George, Haamster, Nacreas, Noble, Raptor
Project radio_button_checked
Assisting and Mapping
RP Assistant (CityRP)
Posts: 2,968
Threads: 177
Likes Given: 2844
Likes Recieved: 1510 in 915 posts
Joined: Aug 2015
Reputation: 46
#2
Jul 28, 2016, 08:05 PM
sexy af
[Image: sO5GyCt.png]
Faustie radio_button_checked
Veteran
Veteran Member
Posts: 3,039
Threads: 305
Likes Given: 1050
Likes Recieved: 2419 in 844 posts
Joined: Aug 2015
Reputation: 25
#3
Jul 28, 2016, 08:29 PM
Fantastic work as usual, man!
Arch.B radio_button_checked
The OG
Membership
Posts: 360
Threads: 29
Likes Given: 274
Likes Recieved: 312 in 177 posts
Joined: Oct 2015
Reputation: 5
#4
Jul 29, 2016, 12:31 AM
Looking fine and dandy

Inactive asf
mobiledove radio_button_checked
Member
Membership
Posts: 231
Threads: 48
Likes Given: 0
Likes Recieved: 19 in 16 posts
Joined: Aug 2015
Reputation: 0
#5
Jul 29, 2016, 07:23 AM
Hey, thats pretty good!
[Image: sigs.php?steamid=STEAM_0:1:42221590&t=2]

Noble radio_button_checked
Veteran Developer
Developer
Posts: 1,230
Threads: 73
Likes Given: 1007
Likes Recieved: 1281 in 459 posts
Joined: Aug 2015
Reputation: 21
#6
Jul 29, 2016, 07:27 AM
(Jul 29, 2016, 07:23 AM)Epicworlds Wrote: Hey, thats pretty good!

[Image: ca9.gif]

Seriously though, great job Burnett!
Cameron radio_button_checked
Veteran
Veteran Member
Posts: 1,009
Threads: 31
Likes Given: 823
Likes Recieved: 610 in 277 posts
Joined: Aug 2015
Reputation: 14
#7
Jul 29, 2016, 07:32 AM
Awesome work as always, Burnett.
Mr.Sir radio_button_checked
(ง°ل͜°)ง
Administrator (CityRP)
Posts: 1,004
Threads: 67
Likes Given: 587
Likes Recieved: 1159 in 639 posts
Joined: Aug 2015
Reputation: 15
#8
Jul 29, 2016, 10:10 AM
You are a beast Burnett!
[Image: 7e5c669eda1367f9c3442871f42724ab.png]
Thank you @Blackout for the signature.
----------------------------------------------------------------------------
Robin Lucchese&nbsp;- The Lucchese Family. Missing
Dr.Cletus - Unlicensed Doctor. Active
Buck Cletus - Redneck. Active
Charles Genovese - The Genovese Family. Active
Ofc. R. Morris | 3L-009 - Jersey City Police Department. Resigned
Lord Octagon radio_button_checked
"Octagon letting out his inner priest" ~ Monty
Membership
Posts: 2,120
Threads: 165
Likes Given: 1158
Likes Recieved: 2050 in 818 posts
Joined: Aug 2015
Reputation: 29
#9
Jul 29, 2016, 10:17 AM
Definitely more aesthetically pleasing now. Great work as always.
[Image: 2AYSd5b.png]

“I expect to die in bed, my successor will die in prison and his successor will die a martyr in the public square. His successor will pick up the shards of a ruined society and slowly help rebuild civilisation, as the Church has done so often in human history”  ~ His Eminence, Cardinal Francis George
Burnett radio_button_checked
Security Officer, CityRP2 Core Developer
Developer
Posts: 3,231
Threads: 201
Likes Given: 1423
Likes Recieved: 3283 in 976 posts
Joined: Aug 2015
Reputation: 45
#10
Sep 22, 2016, 01:15 PM
[Update/Bug-Fix]

Highlighted/filtered revisions are now separated from others. 

[Image: wNRYJsa.png]

You can also switch back to the full version.



In addition, an annoying bug has been fixed.

In our previous version, highlighted revisions got lost when the page number changed.
Therefore, you no longer need the "?page=" argument if you want to filter revisions.

Before: index.php?page=3&rev=1228

Now:  index.php?rev=1228

Same for additional revisions:  https://limelightgaming.net/services/cha...,1277,1280

In order to keep existing links functional, the changelog-viewer will automatically redirect those to the right format.



Also, you can now click on "related revisions"


[Image: zbVcd5U.png]
If you have questions regarding Limelight Gaming's&nbsp;security, infrastructure or backend related topics,
feel free to contact me directly via Discord or PM.
Please note that confidential information cannot be disclosed.

Burnett
(This post was last modified: Sep 22, 2016, 03:14 PM by Burnett. Edited 1 time in total.)
The following 3 users Like Burnett's post:
  • Arch.B, George, Project
Ilias S. radio_button_checked
Limelight Community Donator
Membership
Posts: 444
Threads: 35
Likes Given: 110
Likes Recieved: 242 in 213 posts
Joined: Apr 2016
Reputation: 5
#11
Sep 22, 2016, 03:38 PM
bautifoul.
Kind Regards,
GreekAssassin
LimeLight Community Member
Arch.B radio_button_checked
The OG
Membership
Posts: 360
Threads: 29
Likes Given: 274
Likes Recieved: 312 in 177 posts
Joined: Oct 2015
Reputation: 5
#12
Sep 22, 2016, 06:05 PM
Noice

Inactive asf
Burnett radio_button_checked
Security Officer, CityRP2 Core Developer
Developer
Posts: 3,231
Threads: 201
Likes Given: 1423
Likes Recieved: 3283 in 976 posts
Joined: Aug 2015
Reputation: 45
#13
Jan 4, 2017, 01:01 AM
Contributors are vital and I feel they deserve more attention.

Therefore I added labels to highlight contributors. Keep up the great work guys!

[Image: CeWYLip.png]
If you have questions regarding Limelight Gaming's&nbsp;security, infrastructure or backend related topics,
feel free to contact me directly via Discord or PM.
Please note that confidential information cannot be disclosed.

Burnett
The following 8 users Like Burnett's post:
  • Arch.B, Bambo, Doctor Internet, Faustie, Murdoch Murdoch, Safira, Vaq, Zambie ^‿^
Arch.B radio_button_checked
The OG
Membership
Posts: 360
Threads: 29
Likes Given: 274
Likes Recieved: 312 in 177 posts
Joined: Oct 2015
Reputation: 5
#14
Jan 4, 2017, 09:11 PM
noice

Inactive asf
Safira radio_button_checked
birds arent real
Veteran Member
Posts: 2,087
Threads: 128
Likes Given: 705
Likes Recieved: 1309 in 573 posts
Joined: Aug 2015
Reputation: 52
#15
Jan 6, 2017, 08:21 AM
Lovely
[Image: cM22tSR.gif]




Users browsing this thread: