Discussions » Greasy Fork Feedback

Any way to update 'Author's Description' separately?

§
Posted: 2014-10-10
Edited: 2014-10-10

Any way to update 'Author's Description' separately?

Suppose I'm making changes to the Info tab by using Update > Additional info.

I find that a new history entry is created, even though the code is unchanged.

Is it possible to update Author's Description without adding a new history entry?

§
Posted: 2014-10-10

Recording the history of Additional Info is intentional. It's so that we can see if someone posted spam, or claimed the script does something it doesn't, or whatever.

If you only change the Additional Info, the History tell will not show it unless the user presses "Show all versions".

§
Posted: 2014-10-11
Edited: 2014-10-11

Then it would be helpful and time saving when sorting through if when History>Show All Versions...
the version could be labelled "No Code Change, Only Description Changes". Marked in red.

That way you won't need to study through the code to find changes, or you won't bother testing the version. You can just re-read the description for new info changes.

§
Posted: 2014-10-13

Perhaps I'm doing it wrongly. On two occasions, I accidentally changed the source code when I was updating Additional info.

§
Posted: 2014-10-13

On second thought, it was not me who made the code change, although I could have made this mistake easily.

Here is what happened.

1. I updated 'Additional info'.

2. When I clicked 'Post', the page warned me I'm changing the code without changing the version.

3. To prevent any mistake, I copied the info, opened a new tab and pasted it into the 'Additional info' textbox.

4. I still get the same warning.

5. I checked the checkbox and posted.

6. I see ":" somewhere in the code. I have to manually remove it.

§
Posted: 2014-10-13

Example script link?

§
Posted: 2014-10-13

In this case, I cut-n-paste the desc directly. I may have updated the info, that's why I thought I accidentally changed the code:
https://greasyfork.org/scripts/5566-youtube-links/diff?v1=20960&v2=20644

Here, I'm very sure I only changed the info:
https://greasyfork.org/scripts/5566-youtube-links/diff?v1=21088&v2=20961

§
Posted: 2014-10-13

Note that in both cases I went ahead to make the code change. Otherwise, I could not update the 'Additional info'.

§
Posted: 2014-10-13
Edited: 2014-10-13

I have no idea what would be inserting that colon. Theories:

1. You have a script installed that's doing an overzealous find and replace
2. The code box had focus and you thought additional info did and you typed it in (twice?)
3. There's some weird character in your script that gets translated to that, somehow.

I'm leaning toward # 1.

Post reply

Sign in to post a reply.