Checkout Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
APPDEV-6911: fixed issues with the code
APPDEV-6946: modified php sample to change the post to send payload instead of a query string
APPDEV-6911: modified php sample to change the post to send payload instead of a query string
    • -27
    • +55
    ./trunk/application/Php-sample.php
PMOM-1475: Update copyright notice.
APPDEV-4022: Add robots

    • -0
    • +2
    ./trunk/application/robots.txt
APPDEV-3589: Add a session close call after main logic and just before we go into the IO loop

APPDEV-2086 Changed endpoint call from POST to GET and fixed not set error.
APPDEV-1683

-Reapply change to fix header issues in IE7.

APPDEV-1683

-Revert Duplicate Header Change

APPDEV-1683

-Added a "fix" for the issue being experienced in IE8 on Windows XP. Added call to "array_unique" before generating download headers to remove duplicates being returned by server.

PNW-614

-Added rawUrlEncode function to query string values to encode the special characters before sending post request to mediator service.

-Also made this change in the PHP code sample.

-Assigning to Vijay for further testing on his side.

PNW-609

-Unescaped single quotes around PHP xml string builder lines.

PNW-597

-Modified "jquery.ajax" success function in jquery.idletimeout.js so that it checks for a loginToken in the response...this will fix the issue with items only refreshing 5 times

-Modified the ajaxtimeout setting for the refresh token call. Increased timeout value due to fact it was timing out in prod via external locations.

    • -4
    • +7
    ./trunk/application/js/jquery.idletimeout.js
PNW-607

-Added check for proper permissions before allowing user to download files.

-Conditional rendering of 'get file' button based on permissions

-Graceful handling of submit in case of file download fail...should never get used as the button is never rendered for users without proper permissions.

PNW-597

-Some basic code cleanup. (Removed unused functions and files)

    • -43
    • +0
    ./trunk/application/css/colorbox.css
    • binary
    ./trunk/application/css/images/loading.gif
    • binary
    ./trunk/application/css/images/controls.png
PNW-597

-Added dialog box and javascript timers to track user activity/inactivity and maintain the user's session while the user is active.

    • -6
    • +0
    ./trunk/application/js/jquery.colorbox-min.js
    • -0
    • +148
    ./trunk/application/js/jquery.idletimer.js
    • -0
    • +189
    ./trunk/application/js/jquery.idletimeout.js
    • -993
    • +0
    ./trunk/application/js/jquery.colorbox.js
PNW-597

-Added a function to request a refreshed token at regular intervals via ajax request. this will allow the user to remain perpetually logged in as long as they do not close their browser.

-In its current state, this requires further testing.

  1. … 1 more file in changeset.
PNW-593

-Added function to hide the Show Dealer Levels Table from Mega Dealers

PNW-594

-Suppress the empty XML elements

PNW-595

-Reformatted the XML output for all code samples.

PNW-596

-Changed Estimated Download Time algorithm

PNW-598

-Trimmed user inputs for login form.

PNW-59

PNW-573

-Added "Dealer Name" to Logged In User Label

-Modified "Grid Row" generator function to handle the new "entityName" field properly for dealers and dealer levels

-Adjusted width of "Dealer" table to accomodate for long dealer names.

-Tested and built to stage.

PNW-584

Adjusted code to display "Dealer Name" in the dealer list grid rows.

Removed commented Proxies from the Config files.

  1. … 3 more files in changeset.
PNW-584

Added code to display "Dealer Name" in the dealer list grid rows.

Remove debug statements
Committing some debug code for the code sample page to determine why it is failing in stage environment.
PNW-588

-Made Javascript Error message more generic when trying to perform action without any selections.

PNW-588

-Fixed javascript bug

PNW-588

-Added formatted XML, Username and DealerCode to the code sample documents.

    • -14
    • +4
    ./trunk/application/Java-sample.php
    • -16
    • +4
    ./trunk/application/Csharp-sample.php
PNW-583

-Added function to autoselect dealer when only one dealer is displayed in the dealer list

PNW-585

-Added a fixed width to the content pane and login details pane to keep items from wrapping when resizing browser smaller than 700 pixels.

PNW-586

-Modified button press to open new window when clicking on "Get Code"

PNW-581

-Added maxlength to Dealer/POS field and Username field on the login form fields.

PNW-581

-Fixed issue with syntax highlighter file names.

Added renamed C Sharp syntax highlighter file.