Jump to content
Ketarin forum

MAPJe71

Members
  • Posts

    37
  • Joined

  • Last visited

Everything posted by MAPJe71

  1. Why not get it from the download page and use the following regex: (?<=(?-i:SUMo)(?:[^<]|<(?!/(?:code|li)))*)\d+(?:\.\d+){1,3}
  2. Try the follwing regex for {VersionFromChangeLogURL}: (?<=<h4(?:[^<]|<(?!h4))*(?-i:SUMo)(?:[^<]|<(?!h4))*)\d+(?:\.\d+){1,3}
  3. What is "name" referring to? The name of the column, the name of the variable used in the columns value? Can the prefix be combined with a function e.g. "{!countSetup:ps}"?
  4. So when I add a variable (e.g. named "hasSetup") to a job with "{countSetup:ps}" as its textual content and use that variable instead for the custom column "Setup?" it should display the approppriate value? That is, after an update of the job.
  5. I created a global variable named "countSetup" with value "$app. SetupInstructions.Count" and used for a custom column named "Setup?" with value "{countSetup:ps}". The column only shows zeros even for the jobs that have one (or more) setup instruction. Any ideas?
  6. The "ifempty" was implemented in Ketarin v1.8.5. Has anyone (succesfully) used the function? See also my question here.
  7. The attached ApplicationJob is my first try to use the ifempty-variable-function, directly (see 'version' variable) and in-directly (see 'url' variable) but neither seem to work. I keep getting the "The URL you entered is empty and cannot be loaded." error message. Any help would be appreciated. Thnx Using Ketarin 1.8.8b4. Sordum.DeskEdit.xml
  8. Or download from the rpcs3 GitHub repository.
  9. Thanks, @floele Weren't padleft and padright already implemented in 1.8.7?
  10. Have the same issue with 1.8.7.0, very annoying/inconveniant.
  11. AFAIK it's a .NET application coded in C# not using any 3rd party libraries for regular expressions.
  12. An update after re-reading this topic... This function call: {download:regexreplace:^(?!http\://example.com)/{0,2}(\w):http\://example.com/\1} changes the download values: //path/file.ext /relativepath relativepath http://example.com/relativepath to: http://example.com/relativepath
  13. Added to UserEcho: https://ketarin.userecho.com/topics/35-extend-variable-creation-with-content-from-cookie/ Go and vote!
  14. Doesn't the new ps function create a security breach by allowing automatic execution of downloaded scripts?
  15. I was more thinking of having three version columns: "installed" "stored/archived" i.e. downloaded and stored on disk "latest" available for download
  16. This function call: {download:regexreplace:^(?!http\://example.com)/?(\w):http\://example.com/\1} changes the download values: /relativepath relativepath http://example.com/relativepath to: http://example.com/relativepath
  17. Couldn't you solve this like so: {download:regexreplace:^//:http\://example.com}
  18. Uhm, Why is it trying to start from the "temp"-folder now? Why has the space between 'Adobe' and 'AIR' disappeared? Why has the version number disappeared?
  19. How to re-upload? Just by activating the 'Share this application online with others' in the 'Advanced settings' of the applicable applications?
  20. I guess you ment: - Author GUID is now displayed in about screen
  21. Thanx for your response! I was looking for a way to read data from a cookie to address downloads from CodePlex (hence my other topics: 'C# command script API?' and 'Request for reading cookies'). The initial idea was to add a C# pre-download command to get cookie data and store this data in one or more variables. These variables are then used to retrieve the fixed download link from the websites. Just as 'normal' variables are used that are defined using the variable editor. As I was not sure it was possible I posted the cookie reading request to get a prettier / better / nicer implementation. Do you think the first idea is feasible? When not, I would rather put my effort in an attempt to implement the 'cookie data read' feature. That is, if you don't mind me doing so :-) Regards, Menno
  22. Thanx, will def have a look at the ApplicationJob class.
  23. Is there a way to PM Florian (floele) about it?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.