Kenric Nugteren f41aa9ecca Fixed QueryMultiple running even when no queries, and fixed client save callback not called when no entities. vor 1 Jahr
..
Attributes 492ae301f3 Added Unrecoverable attribute. vor 1 Jahr
AutoEntity 6246a6a526 Added ability for Query Filters to refer to other columns instead of just constant values by passsing in an IColumn parameter vor 2 Jahren
Classes f69c34febd Merge branch 'kenric' into document_store vor 1 Jahr
Client f41aa9ecca Fixed QueryMultiple running even when no queries, and fixed client save callback not called when no entities. vor 1 Jahr
Configuration 8c165df470 Added optional parameter to load a specific set of sections from a configuration. vor 1 Jahr
CoreTable 12231efe9d Added override existing parameter to FillObject. Added IEnumerable.ToColumns vor 1 Jahr
DataModel 72e3f29007 Changed HiddenColumns to be a list of strings vor 1 Jahr
DatabaseSchema d946093b8a Added ChildEntity EntityLink type vor 1 Jahr
DigitalForms dd87f02318 Digital forms can now print reports, and can have custom buttons vor 1 Jahr
Editors 1549b67277 Added EditableAttribute and added property to interface of ILookupEditorControl to better allow for the type system. vor 1 Jahr
Imports 8e36ba57ea Fixed comparer function in ImportFactory vor 1 Jahr
Licensing c5d0355949 Pulled out most uses of Init(), in favour of property initialisers. vor 1 Jahr
Mail 038b68055a Initial Commit vor 2 Jahren
MultiQuery f41aa9ecca Fixed QueryMultiple running even when no queries, and fixed client save callback not called when no entities. vor 1 Jahr
Postable 1189b341ab Added a fail exception for posting with a message intended for the user. vor 1 Jahr
Pushes 72f302f12e Renamed notificatiosn to pushes vor 2 Jahren
Reports c5d0355949 Pulled out most uses of Init(), in favour of property initialisers. vor 1 Jahr
SMSProvider 038b68055a Initial Commit vor 2 Jahren
Security 492ae301f3 Added Unrecoverable attribute. vor 1 Jahr
User 492ae301f3 Added Unrecoverable attribute. vor 1 Jahr
Utils c7a117ef18 Added TimeSpan.Round/Floor/Ceiling() functions, removed CoreTime support vor 2 Jahren
Aggregate.cs 3021bec6a7 Added string concat aggregate vor 1 Jahr
AuditTrail.cs 038b68055a Initial Commit vor 2 Jahren
BaseObject.cs 86830e815f Added a "Loaded Columns" property, which keeps track of what columns a given object has, populated by ToObject. vor 1 Jahr
Caption.cs 038b68055a Initial Commit vor 2 Jahren
Column.cs 12231efe9d Added override existing parameter to FillObject. Added IEnumerable.ToColumns vor 1 Jahr
CoreAttribute.cs f4e1f35de3 Changed string.Empty to "" vor 1 Jahr
CoreExpression.cs 8d4ffaf12a Fixed DynamicGridCheckBoxColumn and general warning fixes vor 1 Jahr
CoreFilterDefinition.cs 6e75a4dc76 User-local filters. Added a security token for editing global filters. vor 1 Jahr
CoreTreeNodes.cs d84d92266e Fixed Bug with CoreTreeNode numbering vor 1 Jahr
CoreUtils.cs 1356d6cfa5 Added AsIList() function to Core Utils, as well as creating Filters from Column instances. vor 1 Jahr
Crc32.cs 038b68055a Initial Commit vor 2 Jahren
DataFile.cs 038b68055a Initial Commit vor 2 Jahren
Deletion.cs cd5bc3e263 Fixed deleting objects with donotpersist properties vor 1 Jahr
DocumentCache.cs c49c14a590 Added a database ID to Info() vor 1 Jahr
EnclosedEntity.cs 2340440fb7 Updated a bunch of entities and also did enclosed entities vor 1 Jahr
Encryption.cs 038b68055a Initial Commit vor 2 Jahren
Entity.cs daf5c0b3d7 Removed Deleted flag from queries vor 1 Jahr
EntityIndex.cs 038b68055a Initial Commit vor 2 Jahren
EntityLink.cs 270af12d41 Moved audit trail for changed values after the Store BeforeSave() vor 1 Jahr
EntityList.cs 038b68055a Initial Commit vor 2 Jahren
EntityRelation.cs 038b68055a Initial Commit vor 2 Jahren
EventSuppressor.cs 42e770f411 Added ability to add Buttons on the right-hand side of a grid vor 2 Jahren
Export.cs 17e7219254 PosterEngine ground work (DON'T MERGE to PRDUCTION YET) vor 2 Jahren
Expressions.cs f37600537b Added proper logging to Serialisation vor 1 Jahr
FileName.cs 038b68055a Initial Commit vor 2 Jahren
Filter.cs 7ed8e8f7a2 Added a boolean NOT Filter operator vor 1 Jahr
FluentList.cs 58026b62ff More Utility functinos vor 1 Jahr
FodyWeavers.xml 038b68055a Initial Commit vor 2 Jahren
FodyWeavers.xsd 038b68055a Initial Commit vor 2 Jahren
HTMLBuilder.cs 038b68055a Initial Commit vor 2 Jahren
ICoreRow.cs 20d21e45d2 Moved Dimensions to PRS.Shared vor 2 Jahren
ICoreTable.cs 215f8c3278 CoreTable.LoadRows now takes any IEnumerable vor 1 Jahr
ILookupDefinition.cs 2a105f8532 Fixed double on changed getting called in dynamic grid adding items vor 1 Jahr
IPackable.cs 4b52ce87df Got rid of FastBinaryWriter/Reader vor 2 Jahren
IQueryableExtensions.cs 038b68055a Initial Commit vor 2 Jahren
InABox.Core.csproj bc60dfcca2 Digital form updates (NOT FINISHED YET) vor 1 Jahr
InABox.Core.xml 038b68055a Initial Commit vor 2 Jahren
LibraryInitializer.cs 038b68055a Initial Commit vor 2 Jahren
LinkedProperties.cs 24381b98e6 Tweaked Dyanmic Editor DefineLookups to allow synchronous as well as asynchronous refreshes vor 1 Jahr
LinkedProperty.cs 24381b98e6 Tweaked Dyanmic Editor DefineLookups to allow synchronous as well as asynchronous refreshes vor 1 Jahr
Module.cs 038b68055a Initial Commit vor 2 Jahren
MutableLookup.cs 038b68055a Initial Commit vor 2 Jahren
ObservableDictionary.cs 038b68055a Initial Commit vor 2 Jahren
PackableList.cs 65048f8389 UPdated IPackable classes vor 2 Jahren
PredicateExtensions.cs 038b68055a Initial Commit vor 2 Jahren
Profiler.cs c0df554c39 Updating Syncfusion vor 1 Jahr
README.md 038b68055a Initial Commit vor 2 Jahren
Script.cs f4e1f35de3 Changed string.Empty to "" vor 1 Jahr
ScriptType.cs 6037c4cc18 Removed Store.Load; Removed Store.List vor 1 Jahr
Selection.cs 038b68055a Initial Commit vor 2 Jahren
SerializableExpression.cs 1356d6cfa5 Added AsIList() function to Core Utils, as well as creating Filters from Column instances. vor 1 Jahr
Serialization.cs d946093b8a Added ChildEntity EntityLink type vor 1 Jahr
SerializationFormat.cs 1acda3b420 Refactored InABox.Client.Remote / InABox.Client.Remote.Json into InABox.Client.Rest vor 2 Jahren
SortOrder.cs 00a8475054 Further work vor 2 Jahren
TaskUtils.cs 038b68055a Initial Commit vor 2 Jahren
TimeSpanFormatter.cs 5e319b8e96 Added "Reset Columns to Default" to OneToMany and ManyTOMany grids. vor 1 Jahr
UserProperties.cs 62e23b574e Got rid of Packable Dictionary vor 2 Jahren
UserTrackingAction.cs 038b68055a Initial Commit vor 2 Jahren
UserTrackingAttribute.cs 2340440fb7 Updated a bunch of entities and also did enclosed entities vor 1 Jahr
XMLExtensions.cs e6936aebf7 Removed ReadToEnd() in JsonClient because it was slowing down massive queries (~65 MB) somewhat. vor 2 Jahren

README.md

Edit a file, create a new file, and clone from Bitbucket in under 2 minutes

When you're done, you can delete the content in this README and update the file with details for others getting started with your repository.

We recommend that you open this README in another tab as you perform the tasks below. You can watch our video for a full demo of all the steps in this tutorial. Open the video in a new tab to avoid leaving Bitbucket.


Edit a file

You’ll start by editing this README file to learn how to edit a file in Bitbucket.

  1. Click Source on the left side.
  2. Click the README.md link from the list of files.
  3. Click the Edit button.
  4. Delete the following text: Delete this line to make a change to the README from Bitbucket.
  5. After making your change, click Commit and then Commit again in the dialog. The commit page will open and you’ll see the change you just made.
  6. Go back to the Source page.

Create a file

Next, you’ll add a new file to this repository.

  1. Click the New file button at the top of the Source page.
  2. Give the file a filename of contributors.txt.
  3. Enter your name in the empty file space.
  4. Click Commit and then Commit again in the dialog.
  5. Go back to the Source page.

Before you move on, go ahead and explore the repository. You've already seen the Source page, but check out the ** Commits**, Branches, and Settings pages.


Clone a repository

Use these steps to clone from SourceTree, our client for using the repository command-line free. Cloning allows you to work on your files locally. If you don't yet have SourceTree, download and install first. If you prefer to clone from the command line, see Clone a repository.

  1. You’ll see the clone button under the Source heading. Click that button.
  2. Now click Check out in SourceTree. You may need to create a SourceTree account or log in.
  3. When you see the Clone New dialog in SourceTree, update the destination path and name if you’d like to and then click Clone.
  4. Open the directory you just created to see your repository’s files.

Now that you're more familiar with your Bitbucket repository, go ahead and add a new file locally. You can push your change back to Bitbucket with SourceTree, or you can add, commit, and push from the command line.